pull/412/head v1.13.1
Rich-Harris 8 years ago
parent 059fb5f07d
commit 75392ffc89

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

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

Loading…
Cancel
Save