From 18d3313838bb744017f18a60d28046c2af645ac8 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Mon, 5 Mar 2018 15:42:07 -0500 Subject: [PATCH] -> v1.56.2 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea176af14e..e1103eb326 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # 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 * Fix if-in-each bug ([#1195](https://github.com/sveltejs/svelte/issues/1195)) diff --git a/package.json b/package.json index 4f03456c5c..3524d42eb4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.56.1", + "version": "1.56.2", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [