From 8f209231ec073fc1a98755f3c93109fd4447b472 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Mon, 6 Mar 2017 16:17:31 -0500 Subject: [PATCH] -> v1.10.1 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e8e165862..46d079d1cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Svelte changelog +## 1.10.1 + +* typecheck argument in _set when in dev mode ([#342](https://github.com/sveltejs/svelte/issues/342)) +* Prevent duplicate helpers in non-shared mode ([#337](https://github.com/sveltejs/svelte/issues/337)) + ## 1.10.0 * Component self-references with `<:Self/>` ([#51](https://github.com/sveltejs/svelte/issues/51)) diff --git a/package.json b/package.json index 3bbb8354e9..b851fdec9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.10.0", + "version": "1.10.1", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [