Skip to content

Commit 9cfa174

Browse files
committed
-> v1.51.1
1 parent 8d04da6 commit 9cfa174

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Svelte changelog
22

3+
## 1.51.1
4+
5+
* Only escape <, > and & characters ([#1082](https://github.com/sveltejs/svelte/issues/1082))
6+
37
## 1.51.0
48

59
* Lock `scroll` bindings ([#1071](https://github.com/sveltejs/svelte/issues/1071))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte",
3-
"version": "1.51.0",
3+
"version": "1.51.1",
44
"description": "The magical disappearing UI framework",
55
"main": "compiler/svelte.js",
66
"files": [

0 commit comments

Comments
 (0)