diff --git a/CHANGELOG.md b/CHANGELOG.md index 5767a556e4..a51e2e5811 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Svelte changelog +## 3.9.2 + +* Fix if blocks with complex but static conditions ([#3447](https://github.com/sveltejs/svelte/issues/3447)) + ## 3.9.1 * Only update style properties if necessary ([#3433](https://github.com/sveltejs/svelte/issues/3433)) diff --git a/package.json b/package.json index e5cd1e1051..d6baeb3b48 100644 --- a/package.json +++ b/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",