diff --git a/CHANGELOG.md b/CHANGELOG.md index cf7d693923..2391c71a94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Svelte changelog +## 1.39.1 + +* Always use anchors for slotted content ([#822](https://github.com/sveltejs/svelte/issues/822)) +* Prevent ES6 in helpers ([#838](https://github.com/sveltejs/svelte/issues/838)) +* Correctly determine whether to use `timeRangesToArray` ([#837](https://github.com/sveltejs/svelte/pull/837)) + ## 1.39.0 * Always attach fragment to shadow root ([#821](https://github.com/sveltejs/svelte/issues/821)) diff --git a/package.json b/package.json index a84a33a214..d9a50a0f79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.39.0", + "version": "1.39.1", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [