diff --git a/CHANGELOG.md b/CHANGELOG.md index e160dfd42..11b914814 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Svelte changelog +## 2.10.0 + +* Add a `{@debug}` tag, for inspecting values in templates in dev mode ([#1635](https://github.com/sveltejs/svelte/issues/1635)) +* Fix dimension bindings in iOS ([#1642](https://github.com/sveltejs/svelte/pull/1642)) + ## 2.9.11 * Pass props to custom elements rather than setting attributes, where appropriate ([#875](https://github.com/sveltejs/svelte/issues/875)) diff --git a/package.json b/package.json index 673127ffb..7fd161fbf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "2.9.11", + "version": "2.10.0", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "bin": {