pull/3506/head v3.9.2
Richard Harris 5 years ago
parent d75b6388f3
commit ec5eb96a86

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