pull/1006/head v1.47.0
Rich Harris 7 years ago
parent 5904a647db
commit 8efd1a923e

@ -1,5 +1,9 @@
# Svelte changelog
## 1.47.0
* Support dynamic `import(...)` inside `<script>` tags ([#1003](https://github.com/sveltejs/svelte/issues/1003))
## 1.46.1
* `await...then` shorthand ([#957](https://github.com/sveltejs/svelte/issues/957))

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

Loading…
Cancel
Save