pull/1090/merge v1.51.1
Rich Harris 7 years ago
parent 8d04da6839
commit 9cfa174703

@ -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))

@ -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": [

Loading…
Cancel
Save