From a2ce4a4628eb376f81cb86ff9496598fed873c85 Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Sun, 30 Apr 2017 08:27:09 -0400 Subject: [PATCH] -> v1.18.2 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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": [