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": [