diff --git a/CHANGELOG.md b/CHANGELOG.md index ceee779b8f..57f80501ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Svelte changelog +## 1.6.3 + +* Fix `{{yield}}` bugs for components inside `if` and `each` blocks ([#230](https://github.com/sveltejs/svelte/issues/230), [#231](https://github.com/sveltejs/svelte/issues/231)) +* Set attributes on `` elements correctly ([#233](https://github.com/sveltejs/svelte/issues/233)) +* Add `svelte.VERSION` property to compiler + ## 1.6.2 * Use helpers for `addEventListener`, `removeEventListener`, `setAttribute` ([#227](https://github.com/sveltejs/svelte/pull/227)) diff --git a/package.json b/package.json index dcf2b3f880..95e2b0b1f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.6.2", + "version": "1.6.3", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [