diff --git a/CHANGELOG.md b/CHANGELOG.md index a8c0748897..a551da5332 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Svelte changelog +## 2.9.10 + +* Handle `null` consistently in tags ([#1598](https://github.com/sveltejs/svelte/issues/1598)) +* Support object rest in computed properties ([#1540](https://github.com/sveltejs/svelte/issues/1540)) +* Always update dynamic components when expression changes ([#1621](https://github.com/sveltejs/svelte/issues/1621)) +* Encapsulate local styles inside global styles ([#1618](https://github.com/sveltejs/svelte/issues/1618)) + ## 2.9.9 * Fix attribute name regex ([#1623](https://github.com/sveltejs/svelte/pull/1623)) diff --git a/package.json b/package.json index ddaeb27b80..1fb3ce28ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "2.9.9", + "version": "2.9.10", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "bin": {