From 2e4b65af5ae4d762607a53c0c8cdaf24c58a0837 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Tue, 28 Aug 2018 15:36:55 -0400 Subject: [PATCH] -> v2.13.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ccd6be70457..565f37a841f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Svelte changelog +## 2.13.2 + +* Coalesce simultaneous store/component updates ([#1520](https://github.com/sveltejs/svelte/issues/1520)) +* Fix nested transitions preventing each block item removal ([#1617](https://github.com/sveltejs/svelte/issues/1617)) +* Add `class` directive shorthand and encapsulate styles ([#1695](https://github.com/sveltejs/svelte/pull/1695)) +* Prevent erroneous updates of bound inputs ([#1699](https://github.com/sveltejs/svelte/issues/1699)) + ## 2.13.1 * Coerce second argument to `toggleClass` ([#1685](https://github.com/sveltejs/svelte/issues/1685)) diff --git a/package.json b/package.json index b245b1f88ed4..2df1df41025b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "2.13.1", + "version": "2.13.2", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "bin": {