diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ccd6be704..565f37a841 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 b245b1f88e..2df1df4102 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": {