diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ed34dc4f4..7194092c22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Svelte changelog +## 1.59.0 + +* Deprecate `teardown` in custom event handlers ([#531](https://github.com/sveltejs/svelte/issues/531)) +* Allow static content in keyed `each` block ([#1291](https://github.com/sveltejs/svelte/issues/1291)) +* Allow empty content in keyed `each` block ([#1295](https://github.com/sveltejs/svelte/issues/1295)) +* Only delete applicable transitions ([#1290](https://github.com/sveltejs/svelte/issues/1290)) + ## 1.58.5 * Allow backtick string literals for `svg`, `tag`, and `props` properties ([#1284](https://github.com/sveltejs/svelte/issues/1284)) diff --git a/package.json b/package.json index 6871d4dbd4..b2a1b8f93a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.58.5", + "version": "1.59.0", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [