diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f46a44cf4..cf7d693923 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Svelte changelog +## 1.39.0 + +* Always attach fragment to shadow root ([#821](https://github.com/sveltejs/svelte/issues/821)) +* Add `buffered`, `seekable`, `played` bindings to media elements ([#819](https://github.com/sveltejs/svelte/pull/819)) +* Quote `class` properties in legacy mode ([#830](https://github.com/sveltejs/svelte/issues/830)) +* Warn on missing `lang` attribute on `` ([#828](https://github.com/sveltejs/svelte/pull/828)) + ## 1.38.0 * Compile-time a11y warnings ([#815](https://github.com/sveltejs/svelte/pull/815)) diff --git a/package.json b/package.json index dced20bd44..a84a33a214 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.38.0", + "version": "1.39.0", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [