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": {