diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c59d27d5f..1ee5598f31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Svelte changelog +## 1.60.1 + +* Fix spread updates on dynamic components ([#1307](https://github.com/sveltejs/svelte/issues/1307)) + ## 1.60.0 * Spread properties ([#195](https://github.com/sveltejs/svelte/issues/195)) diff --git a/package.json b/package.json index d8b09ddd3c..72a790deed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.60.0", + "version": "1.60.1", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [