pull/987/head v1.44.2
Rich Harris 7 years ago
parent 9ad4de761f
commit 662aa2b2f3

@ -1,8 +1,13 @@
# Svelte changelog # Svelte changelog
## 1.44.2
* Fix `await` blocks with siblings ([#974](https://github.com/sveltejs/svelte/issues/974))
* Fix `await` blocks inside `if` blocks ([#975](https://github.com/sveltejs/svelte/issues/975))
## 1.44.1 ## 1.44.1
* Fix bidirectional transitions that reference state ([#962](https://github.com/sveltejs/svelte/issues962)) * Fix bidirectional transitions that reference state ([#962](https://github.com/sveltejs/svelte/issues/962))
## 1.44.0 ## 1.44.0

@ -1,6 +1,6 @@
{ {
"name": "svelte", "name": "svelte",
"version": "1.44.1", "version": "1.44.2",
"description": "The magical disappearing UI framework", "description": "The magical disappearing UI framework",
"main": "compiler/svelte.js", "main": "compiler/svelte.js",
"files": [ "files": [

Loading…
Cancel
Save