pull/7738/head
Rich Harris 8 years ago
parent 7643b9f31f
commit a75f5dd3da

@ -1,5 +1,9 @@
# Svelte changelog # Svelte changelog
## 1.51.1
* Only escape <, > and & characters ([#1082](https://github.com/sveltejs/svelte/issues/1082))
## 1.51.0 ## 1.51.0
* Lock `scroll` bindings ([#1071](https://github.com/sveltejs/svelte/issues/1071)) * Lock `scroll` bindings ([#1071](https://github.com/sveltejs/svelte/issues/1071))

@ -1,6 +1,6 @@
{ {
"name": "svelte", "name": "svelte",
"version": "1.51.0", "version": "1.51.1",
"description": "The magical disappearing UI framework", "description": "The magical disappearing UI framework",
"main": "compiler/svelte.js", "main": "compiler/svelte.js",
"files": [ "files": [

Loading…
Cancel
Save