pull/135/head v1.1.2
Rich Harris 8 years ago
parent 26d3f935a8
commit 3c2c6752ba

@ -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))

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

Loading…
Cancel
Save