diff --git a/CHANGELOG.md b/CHANGELOG.md index 0919dc7118..d099e89532 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Svelte changelog -## v2.9.3 +## 2.9.4 + +* Make identifier optional for `then` and `catch` blocks ([#1507](https://github.com/sveltejs/svelte/issues/1507)) +* Group outros correctly ([#1575](https://github.com/sveltejs/svelte/issues/1575)) + +## 2.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)) diff --git a/package.json b/package.json index c72d0f795a..46b97d94f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "2.9.3", + "version": "2.9.4", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "bin": {