Skip to content

Commit 49d663d

Browse files
committed
-> v3.6.4
1 parent 7efbe7b commit 49d663d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Svelte changelog
22

3+
## 3.6.4
4+
5+
* Run `onMount` functions in correct order, and before initial `afterUpdate` functions ([#2281](https://github.com/sveltejs/svelte/issues/2281))
6+
* Fix code transformation for shorthand methods ([#2906](https://github.com/sveltejs/svelte/issues/2906))
7+
* Fix assignments in inline functions ([#3038](https://github.com/sveltejs/svelte/issues/3038))
8+
39
## 3.6.3
410

511
* Fix await block mounting inside removed if block ([#1496](https://github.com/sveltejs/svelte/issues/1496))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte",
3-
"version": "3.6.3",
3+
"version": "3.6.4",
44
"description": "Cybernetically enhanced web apps",
55
"module": "index.mjs",
66
"main": "index",

0 commit comments

Comments
 (0)