From 3c2c6752baee5a69bf1a68c61cafe2b912ea691a Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Tue, 6 Dec 2016 12:31:59 -0500 Subject: [PATCH] -> v1.1.2 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bae30c1ca..b39add0ee0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Svelte changelog +## 1.1.2 + +* Deconflict variable names ([#88](https://github.com/sveltejs/svelte/issues/88), [#126](https://github.com/sveltejs/svelte/issues/126)) + ## 1.1.1 * Support multiple SVG elements in a component ([#130](https://github.com/sveltejs/svelte/issues/130)) diff --git a/package.json b/package.json index d350f5393b..6528badf55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.1.1", + "version": "1.1.2", "description": "The magical disappearing UI framework", "main": "dist/svelte.js", "files": [