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