diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fba2b61fd..60dc4e9210 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Svelte changelog +## 1.19.0 + +* Experimental support for transitions ([#7](https://github.com/sveltejs/svelte/issues/7)) +* Use `querySelector(':checked')` instead of `selectedOptions` ([#539](https://github.com/sveltejs/svelte/issues/539)) +* Stringify helpers before bundling them, to avoid renaming errors ([#538](https://github.com/sveltejs/svelte/issues/538)) + ## 1.18.2 * Parenthesize if-block conditions ([#532](https://github.com/sveltejs/svelte/issues/532)) diff --git a/package.json b/package.json index 7a124c0fda..ac70d9d7c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.18.2", + "version": "1.19.0", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [