diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dd02a4295..dd5a52c0ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Svelte changelog +## 2.6.3 + +* Nested transitions respect `skipIntroByDefault` ([#1460](https://github.com/sveltejs/svelte/issues/1460)) +* Always create outro for top-level block ([#1470](https://github.com/sveltejs/svelte/issues/1470)) + ## 2.6.2 * Fix spread+bindings on dynamic components ([#1433](https://github.com/sveltejs/svelte/issues/1433)) diff --git a/package.json b/package.json index eef7757606..0e8cfe1880 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "2.6.2", + "version": "2.6.3", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "bin": {