pull/1004/head v1.45.0
Rich Harris 7 years ago
parent 1767455c33
commit be8bc797d2

@ -1,5 +1,9 @@
# Svelte changelog # Svelte changelog
## 1.45.0
* Dynamic components ([#971](https://github.com/sveltejs/svelte/pull/971))
## 1.44.2 ## 1.44.2
* Fix `await` blocks with siblings ([#974](https://github.com/sveltejs/svelte/issues/974)) * Fix `await` blocks with siblings ([#974](https://github.com/sveltejs/svelte/issues/974))

@ -1,6 +1,6 @@
{ {
"name": "svelte", "name": "svelte",
"version": "1.44.2", "version": "1.45.0",
"description": "The magical disappearing UI framework", "description": "The magical disappearing UI framework",
"main": "compiler/svelte.js", "main": "compiler/svelte.js",
"files": [ "files": [

Loading…
Cancel
Save