0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-29 16:36:44 +01:00

-> v2.14.1

This commit is contained in:
Rich Harris 2018-10-20 09:06:05 -04:00
parent ae2bf97c90
commit 1deb25e184
2 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,13 @@
# Svelte changelog
## 2.14.1
* Fix block insertion order regression ([#1778](https://github.com/sveltejs/svelte/issues/1778))
* Fix blocks inside `<svelte:head>` ([#1774](https://github.com/sveltejs/svelte/issues/1774))
* Better attribute parsing ([#1772](https://github.com/sveltejs/svelte/issues/1772))
* Fix parse errors inside directives ([#1788](https://github.com/sveltejs/svelte/issues/1788))
## 2.14.0
* Refactor internals ([#1678](https://github.com/sveltejs/svelte/issues/1678))

View File

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "2.14.0",
"version": "2.14.1",
"description": "The magical disappearing UI framework",
"main": "compiler/svelte.js",
"bin": {