pull/1072/head v1.50.1
Rich Harris 7 years ago
parent 8d0b4a17e4
commit 70ce51df5c

@ -1,5 +1,9 @@
# Svelte changelog
## 1.50.1
* Prevent main fragment being created twice in custom elements ([#1064](https://github.com/sveltejs/svelte/pull/1064))
## 1.50.0
* Detect unused/misplaced components ([#1039](https://github.com/sveltejs/svelte/issues/1039))

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "1.50.0",
"version": "1.50.1",
"description": "The magical disappearing UI framework",
"main": "compiler/svelte.js",
"files": [

Loading…
Cancel
Save