diff --git a/CHANGELOG.md b/CHANGELOG.md index 748ba0d34b..ac936b40c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Svelte changelog +## 2.11.0 + +* Add `--shared` CLI option ([#1649](https://github.com/sveltejs/svelte/pull/1649)) +* Run first `onstate` *before* fragment is rendered ([#1522](https://github.com/sveltejs/svelte/issues/1522)) +* Exclude current computed prop from state object ([#1544](https://github.com/sveltejs/svelte/issues/1544)) + + ## 2.10.1 * Add sourcemaps to `{@debug}` tags ([#1647](https://github.com/sveltejs/svelte/pull/1647)) diff --git a/package.json b/package.json index d9e7642dd0..2e4458c5fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "2.10.1", + "version": "2.11.0", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "bin": {