diff --git a/CHANGELOG.md b/CHANGELOG.md index 789c00d13a..83ed84e650 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Svelte changelog +## 1.20.1 + +* Fix insertion order of `if` blocks and their anchors ([#569](https://github.com/sveltejs/svelte/issues/569)) + ## 1.20.0 * Faster, better updates of keyed each blocks ([#373](https://github.com/sveltejs/svelte/issues/373), [#543](https://github.com/sveltejs/svelte/issues/543)) diff --git a/package.json b/package.json index ab6b957f15..c31072f8dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.20.0", + "version": "1.20.1", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [