From dff1cb5fe33acddd37e72769414b89e0e65c77c6 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Tue, 8 Aug 2017 22:08:16 -0400 Subject: [PATCH] -> v1.29.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2abd669d8a..b793fd7082 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 19db5d81cc..9bbf933f57 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": [