From 963a950568daed7ccf9ce838d130b822146051b3 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Wed, 24 Oct 2018 11:53:23 -0400 Subject: [PATCH] -> v2.14.3 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e439d4fd7..e325b45793 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Svelte changelog +## 2.14.3 + +* Account for directive dependencies ([#1793](https://github.com/sveltejs/svelte/issues/1793)) +* Detach each block iterations in each blocks with no update method ([#1795](https://github.com/sveltejs/svelte/issues/1795)) + ## 2.14.2 * Fix issue with nested `{#if}` blocks ([#1780](https://github.com/sveltejs/svelte/issues/1780)) diff --git a/package.json b/package.json index 0283cce171..5dbc83ad9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "2.14.2", + "version": "2.14.3", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "bin": {