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