From 832311a732f6fee1ae3854630935bacf1947a8e3 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sun, 3 Dec 2017 09:49:40 -0500 Subject: [PATCH] -> v1.44.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50b5a7bbe6..6a6b31b510 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Svelte changelog +## 1.44.0 + +* Add `svelte.preprocess` ([#181](https://github.com/sveltejs/svelte/issues/181), [#876](https://github.com/sveltejs/svelte/issues/876)) +* Add `{{#await ...}}` blocks ([#654](https://github.com/sveltejs/svelte/issues/654)) + ## 1.43.1 * Fix parameterised transitions ([#962](https://github.com/sveltejs/svelte/issues/962)) diff --git a/package.json b/package.json index 6684fdbd4d..4106e12b4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.43.1", + "version": "1.44.0", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [