pull/1288/head v1.58.4
Rich-Harris 7 years ago
parent af7ef12b4f
commit b506e5a596

@ -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))

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

Loading…
Cancel
Save