From db486abb220e05db0d937da8487ab43aa67cba74 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Tue, 28 Feb 2017 16:40:23 -0500 Subject: [PATCH] -> v1.7.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ca5f843ae..2e3c588804 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Svelte changelog +## 1.7.1 + +* Deconflict imports and shared helpers ([#222](https://github.com/sveltejs/svelte/issues/222)) +* Deconflict each-block contexts and reserved words ([#222](https://github.com/sveltejs/svelte/issues/222)) +* Allow shorthand properties in expressions ([#296](https://github.com/sveltejs/svelte/issues/296)) + ## 1.7.0 * Include CSS AST in `svelte.parse` output ([#302](https://github.com/sveltejs/svelte/pull/302)) diff --git a/package.json b/package.json index 3cd7699730..fd06f7cd40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.7.0", + "version": "1.7.1", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [