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:
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…
Reference in New Issue
Block a user