From 8a89e7aec229f433214468c0f78cc8380df86b6a Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Tue, 24 Jul 2018 13:26:32 -0400 Subject: [PATCH] -> v2.9.7 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5442b08c7..aec56e200b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Svelte changelog +## 2.9.7 + +* Allow `` ([#1608](https://github.com/sveltejs/svelte/issues/1608)) +* Ensure child window exists before removing listener in `addResizeHandler` ([#1600](https://github.com/sveltejs/svelte/issues/1600)) +* Handle transitions in `else` block ([#1589](https://github.com/sveltejs/svelte/issues/1589)) + ## 2.9.6 * Provide more useful error if SSR component attempts to render non-SSR component ([#1605](https://github.com/sveltejs/svelte/issues/1605)) diff --git a/package.json b/package.json index 5a514862b0..af2a3edcc4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "2.9.6", + "version": "2.9.7", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "bin": {