diff --git a/CHANGELOG.md b/CHANGELOG.md index 771fba90a1..65504d8505 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Svelte changelog +## 1.25.0 + +* Fix hoisted event handlers ([#699](https://github.com/sveltejs/svelte/issues/699)) +* Fire `intro.start` and `outro.start` events ([#702](https://github.com/sveltejs/svelte/issues/702)) +* Preserve order of components in keyed each blocks ([#700](https://github.com/sveltejs/svelte/issues/700)) +* Add `cssMap` property to compiler output ([#698](https://github.com/sveltejs/svelte/pull/698/)) + ## 1.24.0 * Deconflict names with imports in SSR compiler ([#655](https://github.com/sveltejs/svelte/issues/655)) diff --git a/package.json b/package.json index 2a0308d430..710acd5922 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.24.0", + "version": "1.25.0", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [