pull/660/head v1.22.5
Rich Harris 7 years ago
parent b3c9675783
commit 6b49c6039d

@ -1,5 +1,9 @@
# Svelte changelog
## 1.22.5
* Fix nested component unmounting bug ([#643](https://github.com/sveltejs/svelte/issues/643))
## 1.22.4
* Include `ast` in `svelte.compile` return value ([#632](https://github.com/sveltejs/svelte/issues/632))

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

Loading…
Cancel
Save