pull/1422/head v2.4.4
Rich Harris 7 years ago
parent 2e8b9562d7
commit 9883fb67da

@ -1,5 +1,10 @@
# Svelte changelog
## 2.4.4
* Declare missing variable in Store ([#1415](https://github.com/sveltejs/svelte/issues/1415))
* ALways declare spread levels ([#1413](https://github.com/sveltejs/svelte/issues/1413))
## 2.4.3
* `ref` directives prevent HTMLified content ([#1407](https://github.com/sveltejs/svelte/issues/1407))

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "2.4.3",
"version": "2.4.4",
"description": "The magical disappearing UI framework",
"main": "compiler/svelte.js",
"bin": {

Loading…
Cancel
Save