0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00

-> v1.47.0

This commit is contained in:
Rich Harris 2017-12-10 20:10:25 -05:00
parent 5904a647db
commit 8efd1a923e
2 changed files with 5 additions and 1 deletions

View File

@ -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))

View File

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