pull/7738/head
Richard Harris 6 years ago
parent 4c466071ca
commit 345801bbe2

@ -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))

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "3.9.1",
"version": "3.9.2",
"description": "Cybernetically enhanced web apps",
"module": "index.mjs",
"main": "index",

Loading…
Cancel
Save