diff --git a/CHANGELOG.md b/CHANGELOG.md index 13228e0d42..4fba2b61fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Svelte changelog +## 1.18.2 + +* Parenthesize if-block conditions ([#532](https://github.com/sveltejs/svelte/issues/532)) +* Fix parsing of parenthesized expressions ([#534](https://github.com/sveltejs/svelte/issues/534)) +* Fix error on `bind:checked` that doesn't belong to a checkbox input ([#529](https://github.com/sveltejs/svelte/pull/529)) + ## 1.18.1 * Allow `destroy()` in event handlers ([#523](https://github.com/sveltejs/svelte/issues/523)) diff --git a/package.json b/package.json index 0509466da6..fbca94f2f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.18.1", + "version": "1.18.2", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [