pull/948/merge v1.44.1
Rich Harris 7 years ago
parent e0d00d0737
commit 6641684bcf

@ -1,5 +1,9 @@
# Svelte changelog
## 1.44.1
* Fix bidirectional transitions that reference state ([#962](https://github.com/sveltejs/svelte/issues962))
## 1.44.0
* Add `svelte.preprocess` ([#181](https://github.com/sveltejs/svelte/issues/181), [#876](https://github.com/sveltejs/svelte/issues/876))

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

Loading…
Cancel
Save