diff --git a/CHANGELOG.md b/CHANGELOG.md index f5fbac4cc2..47c45a367d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index 551c8c5944..5240cbadbd 100644 --- a/package.json +++ b/package.json @@ -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": [