diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b40f5cac1..89672db083 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Svelte changelog +## 2.6.1 + +* Absolutely position outroing animated nodes ([#1457](https://github.com/sveltejs/svelte/pull/1457)) + ## 2.6.0 * Add `animate` directive ([#1454](https://github.com/sveltejs/svelte/pull/1454)) diff --git a/package.json b/package.json index 5e40a9683f..a6b8340a07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "2.6.0", + "version": "2.6.1", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "bin": {