From 53d43b7d104d4bbf0edf439dc9838314807bbd6e Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sat, 4 Aug 2018 22:00:32 -0400 Subject: [PATCH] -> v2.9.10 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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": {