From d5411f43d6ed5e8c40ac120142586beafc616b9c Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Tue, 17 Jan 2017 14:35:48 -0500 Subject: [PATCH] -> v1.6.4 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57f80501ab..d1391ba5b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Svelte changelog +## 1.6.4 + +* Fix updates of yields inside each blocks ([20e1b05](https://github.com/sveltejs/svelte/commit/20e1b05c45dc9fcddfe2e7c5c9fc3109f0d45fa9)) +* SSR: Handle attributes with values that begin with a number ([#248](https://github.com/sveltejs/svelte/issues/248)) +* Handle multiline comments in CSS ([#252](https://github.com/sveltejs/svelte/issues/252)) + ## 1.6.3 * Fix `{{yield}}` bugs for components inside `if` and `each` blocks ([#230](https://github.com/sveltejs/svelte/issues/230), [#231](https://github.com/sveltejs/svelte/issues/231)) diff --git a/package.json b/package.json index 95e2b0b1f3..c25a81ef72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.6.3", + "version": "1.6.4", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [