pull/1204/head v1.56.1
Rich Harris 7 years ago
parent da165be1bf
commit 355490878d

@ -1,5 +1,10 @@
# Svelte changelog # 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 ## 1.56.0
* Internal refactor ([#1122](https://github.com/sveltejs/svelte/issues/1122)) * Internal refactor ([#1122](https://github.com/sveltejs/svelte/issues/1122))

@ -1,6 +1,6 @@
{ {
"name": "svelte", "name": "svelte",
"version": "1.56.0", "version": "1.56.1",
"description": "The magical disappearing UI framework", "description": "The magical disappearing UI framework",
"main": "compiler/svelte.js", "main": "compiler/svelte.js",
"files": [ "files": [

Loading…
Cancel
Save