diff --git a/CHANGELOG.md b/CHANGELOG.md index a81539f6c7..74382b08df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Svelte changelog +## 1.49.2 + +* Add `store.umd.js` ([#967](https://github.com/sveltejs/svelte/issues/967)) +* Warn on use of `this` inside computed properties ([#1033](https://github.com/sveltejs/svelte/pull/1033)) + ## 1.49.1 * Pass `store` to children in SSR mode ([#1029](https://github.com/sveltejs/svelte/pull/1029)) diff --git a/package.json b/package.json index 46b8c29f40..85ae34a3b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.49.1", + "version": "1.49.2", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [