diff --git a/CHANGELOG.md b/CHANGELOG.md index a3f8061950..c29037fb32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Svelte changelog +## 1.15.1 + +* Clone data before merging it with state ([#479](https://github.com/sveltejs/svelte/issues/479)) +* Apply binding event handlers before user event handlers ([#486](https://github.com/sveltejs/svelte/issues/486)) + ## 1.15.0 * Dev mode — downgrade 'missing data' to a warning, and ignore whitelisted globals ([#475](https://github.com/sveltejs/svelte/issues/475)) diff --git a/package.json b/package.json index eae3d0828b..b288f03ab6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.15.0", + "version": "1.15.1", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [