From 3070abc291d1a0315c67191c83e21546371d9733 Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Sat, 18 Mar 2017 09:01:26 -0400 Subject: [PATCH] -> v1.12.1 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ae2ebd57f..a45719c283 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Svelte changelog +## 1.12.1 + +* Deconflict non-helper functions (`addCss` etc) ([#388](https://github.com/sveltejs/svelte/issues/388)) +* Allow reserved words in tags, e.g. `{{class}}` ([#383](https://github.com/sveltejs/svelte/issues/383)) + ## 1.12.0 * Shorthand attributes — `` is equivalent to `` ([#384](https://github.com/sveltejs/svelte/pull/384)) diff --git a/package.json b/package.json index d2071c6e29..91073752a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.12.0", + "version": "1.12.1", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [