From 90714f6e01e84a88a6ab4c6b054ef7057e4c1d2b Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Mon, 5 Mar 2018 06:57:32 -0500 Subject: [PATCH] -> v1.56.1 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d0597de60..ea176af14e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Svelte changelog +## 1.56.1 + +* Fix if-in-each bug ([#1195](https://github.com/sveltejs/svelte/issues/1195)) +* Cross-browser `scrollX`/`scrollY` support ([#1175](https://github.com/sveltejs/svelte/issues/1175)) + ## 1.56.0 * Internal refactor ([#1122](https://github.com/sveltejs/svelte/issues/1122)) diff --git a/package.json b/package.json index c08645b16d..c4e849bd41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.56.0", + "version": "1.56.1", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [