From b64d95021a2b0d024520a8fdfe12f1cf8817f9b3 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Tue, 12 Sep 2017 08:47:54 -0400 Subject: [PATCH] -> v1.39.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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": [