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:
parent
63011075f0
commit
5c7bc411ec
@ -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))
|
||||
|
@ -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": [
|
||||
|
Loading…
Reference in New Issue
Block a user