From be8bc797d208722c34e81194ab63dd195548dcaf Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Thu, 7 Dec 2017 10:19:19 -0500 Subject: [PATCH] -> v1.45.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66a50dc3fd..5fe5f92535 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Svelte changelog +## 1.45.0 + +* Dynamic components ([#971](https://github.com/sveltejs/svelte/pull/971)) + ## 1.44.2 * Fix `await` blocks with siblings ([#974](https://github.com/sveltejs/svelte/issues/974)) diff --git a/package.json b/package.json index ef2119f802..89500a6165 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.44.2", + "version": "1.45.0", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [