From 662aa2b2f308391efb766f273bf760877c1fb1e6 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Mon, 4 Dec 2017 22:09:50 -0500 Subject: [PATCH] -> v1.44.2 --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 048b070a1e..66a50dc3fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,13 @@ # Svelte changelog +## 1.44.2 + +* Fix `await` blocks with siblings ([#974](https://github.com/sveltejs/svelte/issues/974)) +* Fix `await` blocks inside `if` blocks ([#975](https://github.com/sveltejs/svelte/issues/975)) + ## 1.44.1 -* Fix bidirectional transitions that reference state ([#962](https://github.com/sveltejs/svelte/issues962)) +* Fix bidirectional transitions that reference state ([#962](https://github.com/sveltejs/svelte/issues/962)) ## 1.44.0 diff --git a/package.json b/package.json index b033530acc..ef2119f802 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.44.1", + "version": "1.44.2", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [