pull/628/head v1.22.2
Rich Harris 7 years ago
parent 9c20938566
commit 5c8ef93ff7

@ -1,5 +1,10 @@
# Svelte changelog
## 1.22.2
* Escape template strings correctly in SSR output ([#616](https://github.com/sveltejs/svelte/issues/616))
* Prevent magic-string deprecation warning ([#617](https://github.com/sveltejs/svelte/pull/617))
## 1.22.1
* Sanitise event handler names ([#612](https://github.com/sveltejs/svelte/issues/612))

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

Loading…
Cancel
Save