From 3269ed49b2e874afc895c5bb5456a8a86404c984 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Fri, 23 Jun 2017 14:39:42 -0400 Subject: [PATCH] -> v1.23.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17e49f0292..d6c1c6b37c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Svelte changelog +## 1.23.1 + +* Fix each-else blocks that are empty on initial render ([#662](https://github.com/sveltejs/svelte/issues/662)) + ## 1.23.0 * Hydration ([#649](https://github.com/sveltejs/svelte/pull/649)) diff --git a/package.json b/package.json index da4f209d69..a770b568e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.23.0", + "version": "1.23.1", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [