From 01b0a47cd5ae858938b0859ff6f26b0e99a02c95 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Thu, 6 Sep 2018 14:16:45 -0400 Subject: [PATCH] -> v2.13.4 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4f397d52..3e36de8eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index 05f42493a..cff897400 100644 --- a/package.json +++ b/package.json @@ -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": {