diff --git a/CHANGELOG.md b/CHANGELOG.md index ff3821f990..995184c017 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Svelte changelog +## 1.51.0 + +* Lock `scroll` bindings ([#1071](https://github.com/sveltejs/svelte/issues/1071)) +* Escape HTML entities when compiling to static HTML ([#1066](https://github.com/sveltejs/svelte/issues/1066)) +* Apply a11y warnings to SVG `` attributes with `xlink:href` ([#1008](https://github.com/sveltejs/svelte/issues/1008)) + ## 1.50.1 * Prevent main fragment being created twice in custom elements ([#1064](https://github.com/sveltejs/svelte/pull/1064)) diff --git a/package.json b/package.json index cc1af3a2bf..fd97fce5b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.50.1", + "version": "1.51.0", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [