From e63529683db1ae72b98e82b7cb073d42ed7f41fd Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sat, 28 Oct 2017 11:36:04 -0400 Subject: [PATCH] -> v1.41.2 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6ff723ff2..f6bd9d7b77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Svelte changelog +## 1.41.2 + +* Handle attribute selectors with no value ([#905](https://github.com/sveltejs/svelte/issues/905)) +* Retain `async` keyword when extracting functions ([#904](https://github.com/sveltejs/svelte/issues/904)) +* Shallow clone `data` on initialisation ([#891](https://github.com/sveltejs/svelte/pull/891)) + ## 1.41.1 * Fix updates of destructured each blocks ([#897](https://github.com/sveltejs/svelte/pull/897)) diff --git a/package.json b/package.json index 407f7e6a0b..9a26952910 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.41.1", + "version": "1.41.2", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [