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": [