pull/1334/head v1.60.3
Rich Harris 6 years ago
parent 5c956ddc88
commit eed32f728a

@ -1,5 +1,9 @@
# Svelte changelog
## 1.60.3
* Fix validation of `multiple` attributes on bound `<select>` elements ([#1331](https://github.com/sveltejs/svelte/issues/1331))
## 1.60.2
* Fix order of insertions for keyed each blocks with siblings ([#1306](https://github.com/sveltejs/svelte/issues/1306))

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

Loading…
Cancel
Save