pull/727/head v1.26.1
Rich Harris 7 years ago
parent fc7e104e63
commit e2980a8985

@ -1,5 +1,9 @@
# Svelte changelog
## 1.26.1
* Fix select binding regression ([#724](https://github.com/sveltejs/svelte/issues/724))
## 1.26.0
* Enforce correct order of operations when initialising ([#708](https://github.com/sveltejs/svelte/issues/708) and [#714](https://github.com/sveltejs/svelte/issues/714))

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

Loading…
Cancel
Save