diff --git a/CHANGELOG.md b/CHANGELOG.md index 2391c71a94..e38d127d03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Svelte changelog +## 1.39.2 + +* Escape CSS in shadow DOM ([#840](https://github.com/sveltejs/svelte/issues/840)) +* Fix missing anchor bug inside SVG elements ([#843](https://github.com/sveltejs/svelte/issues/843)) + ## 1.39.1 * Always use anchors for slotted content ([#822](https://github.com/sveltejs/svelte/issues/822)) diff --git a/package.json b/package.json index d9a50a0f79..1e1c23b856 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.39.1", + "version": "1.39.2", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [