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": [