pull/7738/head
Rich Harris 9 years ago
parent 6c35aeca25
commit a06dd55fec

@ -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))

@ -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": [

Loading…
Cancel
Save