diff --git a/CHANGELOG.md b/CHANGELOG.md index 615b566ab8..5ab7be640a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Svelte changelog +## 1.42.1 + +* Correctly append items inside a slotted `each` block ([#932](https://github.com/sveltejs/svelte/pull/932)) +* Fix `<:Window bind:online/>` ([#936](https://github.com/sveltejs/svelte/issues/936)) +* Attach globals to state upon initialisation ([#908](https://github.com/sveltejs/svelte/issues/908)) + ## 1.42.0 * Implement `indeterminate` binding for checkbox inputs ([#910](https://github.com/sveltejs/svelte/issues/910)) diff --git a/package.json b/package.json index a6ab14d77d..6bf9fae197 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.42.0", + "version": "1.42.1", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [