diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d59600624..6bae30c1ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Svelte changelog +## 1.1.1 + +* Support multiple SVG elements in a component ([#130](https://github.com/sveltejs/svelte/issues/130)) + ## 1.1.0 * Separate fragment creation from `mount` ([#91](https://github.com/sveltejs/svelte/pull/91)) diff --git a/package.json b/package.json index c5584f5182..d350f5393b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.1.0", + "version": "1.1.1", "description": "The magical disappearing UI framework", "main": "dist/svelte.js", "files": [