pull/134/head v1.1.1
Rich Harris 8 years ago
parent 8f9a41cf00
commit 53c6b8768d

@ -1,5 +1,9 @@
# Svelte changelog # Svelte changelog
## 1.1.1
* Support multiple SVG elements in a component ([#130](https://github.com/sveltejs/svelte/issues/130))
## 1.1.0 ## 1.1.0
* Separate fragment creation from `mount` ([#91](https://github.com/sveltejs/svelte/pull/91)) * Separate fragment creation from `mount` ([#91](https://github.com/sveltejs/svelte/pull/91))

@ -1,6 +1,6 @@
{ {
"name": "svelte", "name": "svelte",
"version": "1.1.0", "version": "1.1.1",
"description": "The magical disappearing UI framework", "description": "The magical disappearing UI framework",
"main": "dist/svelte.js", "main": "dist/svelte.js",
"files": [ "files": [

Loading…
Cancel
Save