From 345801bbe2eea6253d1e4eed70d1ed846efba45c Mon Sep 17 00:00:00 2001 From: Richard Harris Date: Tue, 3 Sep 2019 21:31:58 -0400 Subject: [PATCH] -> v3.9.2 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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",