From 5c8ef93ff7faf8c8d9dd2fe24d4772273b320c74 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sat, 3 Jun 2017 11:17:33 -0400 Subject: [PATCH] -> v1.22.2 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 595e1de605..c44f32dc3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index e11ec8445c..d59d27d04a 100644 --- a/package.json +++ b/package.json @@ -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": [