pull/448/head v1.13.6
Rich Harris 9 years ago
parent 3af7a7c849
commit d105b6ba4c

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