From 4e58bd06ff41ab908b5971554db83f444e0d8a83 Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Sat, 6 May 2017 17:22:37 -0400 Subject: [PATCH] -> v1.20.2 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83ed84e650..ca07135a69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Svelte changelog +## 1.20.2 + +* Fix destruction of compound if-blocks with outros ([#572](https://github.com/sveltejs/svelte/pull/572)) + ## 1.20.1 * Fix insertion order of `if` blocks and their anchors ([#569](https://github.com/sveltejs/svelte/issues/569)) diff --git a/package.json b/package.json index c31072f8dc..aa7242cc82 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.20.1", + "version": "1.20.2", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [