From 0a7d39d08fb926241ac5331b5333c2ffe493716a Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Fri, 20 Oct 2017 15:27:18 -0400 Subject: [PATCH] -> v1.41.1 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15e7b0a205..c6ff723ff2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Svelte changelog +## 1.41.1 + +* Fix updates of destructured each blocks ([#897](https://github.com/sveltejs/svelte/pull/897)) +* Don't warn on `options.*` event handler callee ([#900](https://github.com/sveltejs/svelte/pull/900)) + ## 1.41.0 * `onwarn` and `onerror` receive default handlers as second arguments ([#883](https://github.com/sveltejs/svelte/pull/883)) diff --git a/package.json b/package.json index 45f738239e..407f7e6a0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.41.0", + "version": "1.41.1", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [