pull/1700/merge v2.13.4
Rich Harris 6 years ago
parent 509403f351
commit 01b0a47cd5

@ -1,5 +1,9 @@
# Svelte changelog
## 2.13.4
* Support dynamic `import()` in template expressions
## 2.13.3
* Fix bug with keyed each blocks and nested components ([#1706](https://github.com/sveltejs/svelte/issues/1706))

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "2.13.3",
"version": "2.13.4",
"description": "The magical disappearing UI framework",
"main": "compiler/svelte.js",
"bin": {

Loading…
Cancel
Save