From 4f96b51e55a5cd67fa264e886323e5082229d1ce Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Wed, 3 May 2017 12:52:10 -0400 Subject: [PATCH] -> v1.19.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fba2b61fd..60dc4e9210 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Svelte changelog +## 1.19.0 + +* Experimental support for transitions ([#7](https://github.com/sveltejs/svelte/issues/7)) +* Use `querySelector(':checked')` instead of `selectedOptions` ([#539](https://github.com/sveltejs/svelte/issues/539)) +* Stringify helpers before bundling them, to avoid renaming errors ([#538](https://github.com/sveltejs/svelte/issues/538)) + ## 1.18.2 * Parenthesize if-block conditions ([#532](https://github.com/sveltejs/svelte/issues/532)) diff --git a/package.json b/package.json index 7a124c0fda..ac70d9d7c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.18.2", + "version": "1.19.0", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [