diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e68a8c866..0919dc7118 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Svelte changelog +## v2.9.3 + +* Fix bug when an each block contains transitions but its else branch does not ([#1559](https://github.com/sveltejs/svelte/issues/1559)) +* If an event handler throws an exception, don't block all future calls to that handler ([#1573](https://github.com/sveltejs/svelte/issues/1573)) + ## 2.9.2 * Fix conflict when using multiple if-else blocks, some of which use outros and some of which do not ([#1580](https://github.com/sveltejs/svelte/issues/1580)) diff --git a/package.json b/package.json index 84a8c07697..c72d0f795a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "2.9.2", + "version": "2.9.3", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "bin": {