diff --git a/CHANGELOG.md b/CHANGELOG.md index 995184c017..d7f1f2b976 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Svelte changelog +## 1.51.1 + +* Only escape <, > and & characters ([#1082](https://github.com/sveltejs/svelte/issues/1082)) + ## 1.51.0 * Lock `scroll` bindings ([#1071](https://github.com/sveltejs/svelte/issues/1071)) diff --git a/package.json b/package.json index fd97fce5b3..a2d4890cd7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.51.0", + "version": "1.51.1", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [