From 7c86487691ecbd2627b801e0d09051c1e715fdc8 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Tue, 12 Dec 2017 22:30:19 -0500 Subject: [PATCH] -> v1.47.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b36dfc4983..c0b2b5438f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Svelte changelog +## 1.47.2 + +* Deconflict computed properties against arguments to `_recompute` ([#1012](https://github.com/sveltejs/svelte/issues/1012)) +* Allow `await` blocks in slots ([#1018](https://github.com/sveltejs/svelte/issues/1018)) +* Allow components without slots to have whitespace as only child ([#1007](https://github.com/sveltejs/svelte/issues/1007)) +* Correctly set `toString` on `CompileError` ([#1016](https://github.com/sveltejs/svelte/pull/1016)) + ## 1.47.1 * Sanitize filenames in SSR mode ([#1005](https://github.com/sveltejs/svelte/issues/1005)) diff --git a/package.json b/package.json index 6d9e0987a6..7d6737acb4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.47.1", + "version": "1.47.2", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [