From 058f7ea43a94cd880d086457c72cab7a10463eec Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Fri, 25 May 2018 08:41:36 -0400 Subject: [PATCH] -> v2.6.5 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3afecdf6fa..e390575554 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Svelte changelog +## 2.6.5 + +* Handle cases where only some `if` block branches have outros ([#1492](https://github.com/sveltejs/svelte/issues/1492)) + ## 2.6.4 * Web worker support ([#1487](https://github.com/sveltejs/svelte/issues/1487)) diff --git a/package.json b/package.json index ab894f553b..3c195739b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "2.6.4", + "version": "2.6.5", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "bin": {