diff --git a/CHANGELOG.md b/CHANGELOG.md index ab02756e82..2abd669d8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Svelte changelog +## 1.29.0 + +* Add static `setup` method ([#578](https://github.com/sveltejs/svelte/issues/578)) +* Hoist if block selectors ([#751](https://github.com/sveltejs/svelte/pull/751)) +* More sigil escaping fixes ([#750](https://github.com/sveltejs/svelte/pull/750)) + ## 1.28.1 * Fix unescaping of special words in SSR mode ([#741](https://github.com/sveltejs/svelte/issues/741)) diff --git a/package.json b/package.json index 4bc10640a3..19db5d81cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.28.1", + "version": "1.29.0", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [