mirror of
https://github.com/sveltejs/svelte.git
synced 2024-12-01 17:30:59 +01:00
-> v1.22.5
This commit is contained in:
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…
Reference in New Issue
Block a user