Skip to content

Commit ec5eb96

Browse files
committed
-> v3.9.2
1 parent d75b638 commit ec5eb96

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 3.9.2
4+
5+
* Fix if blocks with complex but static conditions ([#3447](https://github.com/sveltejs/svelte/issues/3447))
6+
37
## 3.9.1
48

59
* Only update style properties if necessary ([#3433](https://github.com/sveltejs/svelte/issues/3433))

package.json

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

0 commit comments

Comments
 (0)