From 70ce51df5c03f94a8603772ef70f6e49c9dcf4fa Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Tue, 2 Jan 2018 10:02:01 -0500 Subject: [PATCH] -> v1.50.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9c88b28db..ff3821f990 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index 5c9019d446..cc1af3a2bf 100644 --- a/package.json +++ b/package.json @@ -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": [