diff --git a/CHANGELOG.md b/CHANGELOG.md index a3d70f3276..7c93755cc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Svelte changelog +## 1.13.2 + +* Fix deep component bindings ([#420](https://github.com/sveltejs/svelte/issues/420)) +* Include `css` property in compiler output ([#409](https://github.com/sveltejs/svelte/issues/409)) +* Treat functions as mutable objects when recomputing ([#413](https://github.com/sveltejs/svelte/issues/413) +* Include magic-string in bundle ([#410](https://github.com/sveltejs/svelte/issues/410)) +* Disable unneeded Bublé transformations for slimmer output ([#411](https://github.com/sveltejs/svelte/pull/411)) + ## 1.13.1 * Prevent infinite loops with pathological component bindings ([#398](https://github.com/sveltejs/svelte/issues/398)) diff --git a/package.json b/package.json index eb775828e3..fe765c759c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.13.1", + "version": "1.13.2", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [