From 75392ffc896e8f62a17d2f357a510bad1c04898f Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Sun, 26 Mar 2017 15:34:24 -0400 Subject: [PATCH] -> v1.13.1 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23de078b11..a3d70f3276 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index 4783d401ac..2f80203233 100644 --- a/package.json +++ b/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": [