From f3d0ef38ad3ca5d876530f6a14a28a29c3d01bb4 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sat, 24 Feb 2018 13:40:19 -0500 Subject: [PATCH] -> v1.56.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46357f6d6e..7d0597de60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Svelte changelog +## 1.56.0 + +* Internal refactor ([#1122](https://github.com/sveltejs/svelte/issues/1122)) +* Use correct context for component events ([#1184](https://github.com/sveltejs/svelte/issues/1184)) +* Allow observing `$foo` in dev mode ([#1181](https://github.com/sveltejs/svelte/issues/1181)) +* Handle dynamic data in default slot ([#1144](https://github.com/sveltejs/svelte/issues/1144)) + ## 1.55.1 * Fix cancellation of store `onchange` handlers ([#1177](https://github.com/sveltejs/svelte/issues/1177)) diff --git a/package.json b/package.json index 0b8ff4284d..c08645b16d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.55.1", + "version": "1.56.0", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [