pull/7738/head
Rich Harris 8 years ago
parent e8b3700389
commit 5d28a1d4eb

@ -1,5 +1,9 @@
# Svelte changelog # Svelte changelog
## 1.56.2
* Null out `key` for children of keyed each blocks ([#1202](https://github.com/sveltejs/svelte/issues/1202))
## 1.56.1 ## 1.56.1
* Fix if-in-each bug ([#1195](https://github.com/sveltejs/svelte/issues/1195)) * Fix if-in-each bug ([#1195](https://github.com/sveltejs/svelte/issues/1195))

@ -1,6 +1,6 @@
{ {
"name": "svelte", "name": "svelte",
"version": "1.56.1", "version": "1.56.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