pull/7738/head
Rich Harris 9 years ago
parent 9f2fdb3c88
commit 7659c6d30e

@ -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))

@ -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": [

Loading…
Cancel
Save