From c51cfd76890269cae339a1f28ed54973b2cd47ee Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Fri, 20 Apr 2018 17:30:40 -0400 Subject: [PATCH] -> v2.1.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02585ffbd8..ceea2c9e86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Svelte changelog +## 2.1.0 + +* Allow shorthand imports ([#1038](https://github.com/sveltejs/svelte/issues/1038)) +* Update spread props inside each blocks ([#1337](https://github.com/sveltejs/svelte/issues/1337)) + ## 2.0.0 *See [the blog post](https://svelte.technology/blog/version-2) for information on how to upgrade your apps* diff --git a/package.json b/package.json index f2160a2917..1caea1f015 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "2.0.0", + "version": "2.1.0", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [