diff --git a/CHANGELOG.md b/CHANGELOG.md index a45719c283..23de078b11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Svelte changelog +## 1.13.0 + +* Add `<:Window>` meta tag with event listeners, and a handful of bindings ([#371](https://github.com/sveltejs/svelte/issues/371)) +* Don't uncheck radios incorrectly ([#399](https://github.com/sveltejs/svelte/issues/399)) + ## 1.12.1 * Deconflict non-helper functions (`addCss` etc) ([#388](https://github.com/sveltejs/svelte/issues/388)) diff --git a/package.json b/package.json index 91073752a7..4783d401ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.12.1", + "version": "1.13.0", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [