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:
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…
Reference in New Issue
Block a user