From 440a81aa5a396297272247ee6329baad71a5f96a Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Thu, 23 Nov 2017 11:13:39 -0500 Subject: [PATCH] -> v1.42.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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": [