pull/7738/head
Rich Harris 8 years ago
parent 3e9e10143d
commit 4fa2ea48b0

@ -1,5 +1,9 @@
# Svelte changelog # 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 ## 1.50.0
* Detect unused/misplaced components ([#1039](https://github.com/sveltejs/svelte/issues/1039)) * Detect unused/misplaced components ([#1039](https://github.com/sveltejs/svelte/issues/1039))

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

Loading…
Cancel
Save