pull/580/head v1.20.2
Rich-Harris 7 years ago
parent a43115cb4e
commit 4e58bd06ff

@ -1,5 +1,9 @@
# Svelte changelog # Svelte changelog
## 1.20.2
* Fix destruction of compound if-blocks with outros ([#572](https://github.com/sveltejs/svelte/pull/572))
## 1.20.1 ## 1.20.1
* Fix insertion order of `if` blocks and their anchors ([#569](https://github.com/sveltejs/svelte/issues/569)) * Fix insertion order of `if` blocks and their anchors ([#569](https://github.com/sveltejs/svelte/issues/569))

@ -1,6 +1,6 @@
{ {
"name": "svelte", "name": "svelte",
"version": "1.20.1", "version": "1.20.2",
"description": "The magical disappearing UI framework", "description": "The magical disappearing UI framework",
"main": "compiler/svelte.js", "main": "compiler/svelte.js",
"files": [ "files": [

Loading…
Cancel
Save