diff --git a/CHANGELOG.md b/CHANGELOG.md index e458527e75e9..caae8bf023d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Svelte changelog +## 2.16.0 + +* Allow multiple window bindings ([#1859](https://github.com/sveltejs/svelte/issues/1859)) +* Add `--customElement` CLI flag ([#1843](https://github.com/sveltejs/svelte/pull/1843)) +* Fix lifecycle order bug with window bindings ([#1743](https://github.com/sveltejs/svelte/issues/1743)) +* Fix order of `await` block next to non-element block ([#1440](https://github.com/sveltejs/svelte/issues/1440)) + ## 2.15.4 * IE `classList` fix ([#1868](https://github.com/sveltejs/svelte/pull/1868)) diff --git a/package.json b/package.json index b2ff4eabe0d4..81ac32f484ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "2.15.4", + "version": "2.16.0", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "bin": {