pull/443/head v1.13.5
Rich-Harris 8 years ago
parent 63011075f0
commit 5c7bc411ec

@ -1,5 +1,10 @@
# Svelte changelog # 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 ## 1.13.4
* Prevent unclosed `<script>` tag causing infinite loop ([#435](https://github.com/sveltejs/svelte/pull/435)) * Prevent unclosed `<script>` tag causing infinite loop ([#435](https://github.com/sveltejs/svelte/pull/435))

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

Loading…
Cancel
Save