diff --git a/CHANGELOG.md b/CHANGELOG.md index 2abd669d8a8e..b793fd7082cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Svelte changelog +## 1.29.1 + +* Replace `set` and `destroy` with `noop` when component is destroyed ([#744](https://github.com/sveltejs/svelte/issues/744)) + ## 1.29.0 * Add static `setup` method ([#578](https://github.com/sveltejs/svelte/issues/578)) diff --git a/package.json b/package.json index 19db5d81cc74..9bbf933f5746 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.29.0", + "version": "1.29.1", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [