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": [