We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 059fb5f commit 75392ffCopy full SHA for 75392ff
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Svelte changelog
2
3
+## 1.13.1
4
+
5
+* Prevent infinite loops with pathological component bindings ([#398](https://github.com/sveltejs/svelte/issues/398))
6
+* More robust deconflicting ([#401](https://github.com/sveltejs/svelte/pull/401))
7
8
## 1.13.0
9
10
* Add `<:Window>` meta tag with event listeners, and a handful of bindings ([#371](https://github.com/sveltejs/svelte/issues/371))
package.json
@@ -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": [
0 commit comments