diff --git a/CHANGELOG.md b/CHANGELOG.md index 4994b42c93..1a2216284b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Svelte changelog +## 1.54.1 + +* Hoist destructured references ([#1139](https://github.com/sveltejs/svelte/issues/1139)) +* Add `bind:volume` for media elements ([#1143](https://github.com/sveltejs/svelte/issues/1143)) + ## 1.54.0 * Run `oncreate` hooks depth-first, top-to-bottom ([#1135](https://github.com/sveltejs/svelte/issues/1135)) diff --git a/package.json b/package.json index 64a1ff7739..d1886aee48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.54.0", + "version": "1.54.1", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [