From 7774c6d92a657d6b12e1b79ef6a04aa4435f27b9 Mon Sep 17 00:00:00 2001 From: Conduitry Date: Mon, 9 Jul 2018 03:22:13 -0400 Subject: [PATCH] -> v2.9.2 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e494491c8..1e68a8c866 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Svelte changelog +## 2.9.2 + +* Fix conflict when using multiple if-else blocks, some of which use outros and some of which do not ([#1580](https://github.com/sveltejs/svelte/issues/1580)) +* Fix some cases where `.innerHTML` was being used to create child elements when it shouldn't ([#1581](https://github.com/sveltejs/svelte/issues/1581)) + ## 2.9.1 * Use `template.content` instead of `template` where appropriate ([#1571](https://github.com/sveltejs/svelte/issues/1571)) diff --git a/package.json b/package.json index e0c38b4038..84a8c07697 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "2.9.1", + "version": "2.9.2", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "bin": {