From ff814ecfa4e0faa40241d2062d0bc3ac294f2e17 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Fri, 4 Aug 2017 14:27:30 -0400 Subject: [PATCH] -> v1.28.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6f7e4e136..ab02756e82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Svelte changelog +## 1.28.1 + +* Fix unescaping of special words in SSR mode ([#741](https://github.com/sveltejs/svelte/issues/741)) + ## 1.28.0 * Support `ref:foo` as a CSS selector ([#693](https://github.com/sveltejs/svelte/issues/693)) diff --git a/package.json b/package.json index 42aec9e8ab..4bc10640a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.28.0", + "version": "1.28.1", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [