diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f3394c2f5..bd71fd4a95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Svelte changelog +## 2.2.0 + +* Internal refactoring ([#1367](https://github.com/sveltejs/svelte/pull/1367)) + ## 2.1.1 * Report initial `changed` based on state, not expected props ([#1356](https://github.com/sveltejs/svelte/issues/1356)) diff --git a/package.json b/package.json index fd15ee3332..539e1933cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "2.1.1", + "version": "2.2.0", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [