We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d75b638 commit ec5eb96Copy full SHA for ec5eb96
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Svelte changelog
2
3
+## 3.9.2
4
+
5
+* Fix if blocks with complex but static conditions ([#3447](https://github.com/sveltejs/svelte/issues/3447))
6
7
## 3.9.1
8
9
* Only update style properties if necessary ([#3433](https://github.com/sveltejs/svelte/issues/3433))
package.json
@@ -1,6 +1,6 @@
{
"name": "svelte",
- "version": "3.9.1",
+ "version": "3.9.2",
"description": "Cybernetically enhanced web apps",
"module": "index.mjs",
"main": "index",
0 commit comments