From bd91d59bc984e816a24bc18023432e299fe60992 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sat, 11 Aug 2018 18:02:50 -0400 Subject: [PATCH] -> v2.10.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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": {