Skip to content

Commit

Permalink
-> v1.13.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Apr 4, 2017
1 parent 3af7a7c commit d105b6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit d105b6b

Please sign in to comment.