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

-> v1.13.1

This commit is contained in:
Rich-Harris 2017-03-26 15:34:24 -04:00
parent 059fb5f07d
commit 75392ffc89
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Svelte changelog
## 1.13.1
* Prevent infinite loops with pathological component bindings ([#398](https://github.com/sveltejs/svelte/issues/398))
* More robust deconflicting ([#401](https://github.com/sveltejs/svelte/pull/401))
## 1.13.0
* Add `<:Window>` meta tag with event listeners, and a handful of bindings ([#371](https://github.com/sveltejs/svelte/issues/371))

View File

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