diff --git a/CHANGELOG.md b/CHANGELOG.md index 1527b96b84e..9d92f95b2d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 `` ([#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)) diff --git a/package.json b/package.json index 5e63178c16d..3033502064e 100644 --- a/package.json +++ b/package.json @@ -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": {