Skip to content

Commit 9883fb6

Browse files
committed
-> v2.4.4
1 parent 2e8b956 commit 9883fb6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Svelte changelog
22

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+
38
## 2.4.3
49

510
* `ref` directives prevent HTMLified content ([#1407](https://github.com/sveltejs/svelte/issues/1407))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte",
3-
"version": "2.4.3",
3+
"version": "2.4.4",
44
"description": "The magical disappearing UI framework",
55
"main": "compiler/svelte.js",
66
"bin": {

0 commit comments

Comments
 (0)