We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e8b956 commit 9883fb6Copy full SHA for 9883fb6
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Svelte changelog
2
3
+## 2.4.4
4
+
5
+* Declare missing variable in Store ([#1415](https://github.com/sveltejs/svelte/issues/1415))
6
+* ALways declare spread levels ([#1413](https://github.com/sveltejs/svelte/issues/1413))
7
8
## 2.4.3
9
10
* `ref` directives prevent HTMLified content ([#1407](https://github.com/sveltejs/svelte/issues/1407))
package.json
@@ -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": {
0 commit comments