diff --git a/CHANGELOG.md b/CHANGELOG.md index ccd4373a99..6baa740e9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Svelte changelog +## 3.10.0 + +* Add `blur` transition ([#3477](https://github.com/sveltejs/svelte/pull/3477)) +* Prevent `` edge case with spread props ([#3426](https://github.com/sveltejs/svelte/issues/3426)) +* Robustify cyclical dependency detection, improve errors ([#3459](https://github.com/sveltejs/svelte/issues/3459)) + ## 3.9.2 * Fix handling of additional @-rules in style blocks ([#2995](https://github.com/sveltejs/svelte/pull/2995)) diff --git a/package.json b/package.json index 0c3247c96a..161e0d5b31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "3.9.2", + "version": "3.10.0", "description": "Cybernetically enhanced web apps", "module": "index.mjs", "main": "index",