0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00

-> v1.13.5

This commit is contained in:
Rich-Harris 2017-04-02 18:02:20 -04:00
parent 63011075f0
commit 5c7bc411ec
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Svelte changelog
## 1.13.5
* Read `range` and `number` input values as numbers ([#436](https://github.com/sveltejs/svelte/issues/436))
* Better error for `bind:value='{{foo}}'` ([#437](https://github.com/sveltejs/svelte/issues/437))
## 1.13.4
* Prevent unclosed `<script>` tag causing infinite loop ([#435](https://github.com/sveltejs/svelte/pull/435))

View File

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "1.13.4",
"version": "1.13.5",
"description": "The magical disappearing UI framework",
"main": "compiler/svelte.js",
"files": [