diff --git a/CHANGELOG.md b/CHANGELOG.md index c5853f8c2c..735e0a47e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Svelte changelog +## 1.57.4 + +* Deconflict context names ([#1229](https://github.com/sveltejs/svelte/issues/1229)) +* Use `setAttribute` to set input types ([#1209](https://github.com/sveltejs/svelte/issues/1209)) +* Scale transition duration correctly ([#1221](https://github.com/sveltejs/svelte/issues/1221)) + ## 1.57.3 * Fix scoped CSS on static child elements ([#1223](https://github.com/sveltejs/svelte/issues/1223)) diff --git a/package.json b/package.json index 5dce82eb2c..58fd94cfe7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.57.3", + "version": "1.57.4", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [