From fcc8a96e5eb240e81e998683b5140bd66f47bfb0 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Fri, 17 Mar 2017 18:18:44 -0400 Subject: [PATCH] -> v1.12.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2898fdfa5..5ae2ebd57f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Svelte changelog +## 1.12.0 + +* Shorthand attributes — `` is equivalent to `` ([#384](https://github.com/sveltejs/svelte/pull/384)) +* Support `bind:group` for radio and checkbox inputs ([#311](https://github.com/sveltejs/svelte/issues/311), [#312](https://github.com/sveltejs/svelte/issues/312)) +* Better sourcemap support for two-way bindings + ## 1.11.4 * Dev mode warning for bad `component.observe` arguments ([#369](https://github.com/sveltejs/svelte/issues/369)) diff --git a/package.json b/package.json index aa0a099fe7..d2071c6e29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.11.4", + "version": "1.12.0", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [