diff --git a/CHANGELOG.md b/CHANGELOG.md index 3674fa0baf..894abc5679 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Svelte changelog +## 1.49.0 + +* Support `store` as a component property ([#1028](https://github.com/sveltejs/svelte/pull/1028)) + ## 1.48.0 * Added `<:Head>` component for injecting contents into document head ([#1013](https://github.com/sveltejs/svelte/issues/1013))) diff --git a/package.json b/package.json index bca52c4233..af6835da64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.48.0", + "version": "1.49.0", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [