From b506e5a5964c8f2128243f13ce95947e56175f2f Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Wed, 28 Mar 2018 08:45:09 -0400 Subject: [PATCH] -> v1.58.4 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1210acddeb..d08340d187 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Svelte changelog +## 1.58.4 + +* Fix initial state regression ([#1283](https://github.com/sveltejs/svelte/pull/1283)) + ## 1.58.3 * Actions run in the context of the component ([#1279](https://github.com/sveltejs/svelte/pull/1279)) diff --git a/package.json b/package.json index 61195c1913..1d96933f2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.58.3", + "version": "1.58.4", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [