From 35d820f391bf167429439317b12c1cced17e9f66 Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Sat, 6 May 2017 16:13:17 -0400 Subject: [PATCH] -> v1.20.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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": [