From 9b4550d2e86e4a49339db2148e8abbcd3c8ca1b2 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Fri, 23 Jun 2017 18:05:48 -0400 Subject: [PATCH] -> v1.23.4 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b6aa80abd..9767660858 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Svelte changelog +## 1.23.4 + +* Don't recreate if blocks incorrectly ([#669](https://github.com/sveltejs/svelte/pull/669)) + ## 1.23.3 * Pass parameters to `get_block` ([#667](https://github.com/sveltejs/svelte/issues/667)) diff --git a/package.json b/package.json index 175d2ca882..eca368922c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.23.3", + "version": "1.23.4", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [