0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00

-> v1.1.2

This commit is contained in:
Rich Harris 2016-12-06 12:31:59 -05:00
parent 26d3f935a8
commit 3c2c6752ba
2 changed files with 5 additions and 1 deletions

View File

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

View File

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