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