diff --git a/CHANGELOG.md b/CHANGELOG.md index cd44ac7808..595e1de605 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Svelte changelog +## 1.22.1 + +* Sanitise event handler names ([#612](https://github.com/sveltejs/svelte/issues/612)) + ## 1.22.0 * Symmetry between `mount` and `unmount`. This is potentially a breaking change if your components import other components that were precompiled with an earlier version of Svelte ([#592](https://github.com/sveltejs/svelte/issues/592)) diff --git a/package.json b/package.json index 00a27c6e18..d049875125 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.22.0", + "version": "1.22.1", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [