From 7659c6d30e6634c5b0be9ae3aabfbcd0f49acd3f Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Tue, 4 Apr 2017 10:41:50 -0400 Subject: [PATCH] -> v1.13.6 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6eadf33ccf..430825b489 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Svelte changelog +## 1.13.6 + +* Use `assign` helper instead of `Object.assign` for better performance and legacy compatibility ([#431](https://github.com/sveltejs/svelte/issues/431)) +* Improved code generation ([#419](https://github.com/sveltejs/svelte/issues/419)), ([#440](https://github.com/sveltejs/svelte/issues/440)), ([#442](https://github.com/sveltejs/svelte/issues/442)) + ## 1.13.5 * Read `range` and `number` input values as numbers ([#436](https://github.com/sveltejs/svelte/issues/436)) diff --git a/package.json b/package.json index da3cb744aa..57354f8dea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.13.5", + "version": "1.13.6", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [