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": {