diff --git a/CHANGELOG.md b/CHANGELOG.md index d379f92b9f..d45f841979 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Svelte changelog +## 1.57.2 + +* Fix scoped CSS on SVG elements ([#1224](https://github.com/sveltejs/svelte/issues/1224)) + ## 1.57.1 * Add each_value to contextProps ([#1206](https://github.com/sveltejs/svelte/issues/1206)) diff --git a/package.json b/package.json index cc5ae73a1a..1e1a49df87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.57.1", + "version": "1.57.2", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [