From 9e52cf931da6078c9e34803d1be971632b82f6cf Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Thu, 24 May 2018 17:48:38 -0400 Subject: [PATCH] -> v2.6.4 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd5a52c0ae..3afecdf6fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Svelte changelog +## 2.6.4 + +* Web worker support ([#1487](https://github.com/sveltejs/svelte/issues/1487)) +* Update dynamic component bindings when component changes ([#1489](https://github.com/sveltejs/svelte/issues/1489)) + ## 2.6.3 * Nested transitions respect `skipIntroByDefault` ([#1460](https://github.com/sveltejs/svelte/issues/1460)) diff --git a/package.json b/package.json index 36716012da..ab894f553b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "2.6.3", + "version": "2.6.4", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "bin": {