pull/1009/head v1.47.1
Rich Harris 7 years ago
parent 774caf42ca
commit e0b2712806

@ -1,5 +1,9 @@
# Svelte changelog
## 1.47.1
* Sanitize filenames in SSR mode ([#1005](https://github.com/sveltejs/svelte/issues/1005))
## 1.47.0
* Support dynamic `import(...)` inside `<script>` tags ([#1003](https://github.com/sveltejs/svelte/issues/1003))

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

Loading…
Cancel
Save