From 41f5961ef965ee6dc5e91ba94d60464ca2d3d7f0 Mon Sep 17 00:00:00 2001 From: Richard Harris Date: Sat, 7 Sep 2019 15:56:27 -0400 Subject: [PATCH] -> v3.10.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccd4373a99..6baa740e9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Svelte changelog +## 3.10.0 + +* Add `blur` transition ([#3477](https://github.com/sveltejs/svelte/pull/3477)) +* Prevent `` edge case with spread props ([#3426](https://github.com/sveltejs/svelte/issues/3426)) +* Robustify cyclical dependency detection, improve errors ([#3459](https://github.com/sveltejs/svelte/issues/3459)) + ## 3.9.2 * Fix handling of additional @-rules in style blocks ([#2995](https://github.com/sveltejs/svelte/pull/2995)) diff --git a/package.json b/package.json index 0c3247c96a..161e0d5b31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "3.9.2", + "version": "3.10.0", "description": "Cybernetically enhanced web apps", "module": "index.mjs", "main": "index",