From e2980a898586ac301dac6340a5c40efaced321ea Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Wed, 26 Jul 2017 22:04:00 -0400 Subject: [PATCH] -> v1.26.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55d99faee2..76afbbf3b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index 24b103d7e7..9cbbd45a91 100644 --- a/package.json +++ b/package.json @@ -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": [