From e26f9e0f8b11f674396b3791ca1a199bdf637f4d Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Thu, 15 Dec 2016 11:13:29 -0500 Subject: [PATCH] -> v1.2.4 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1e7941c56..a61e0f7391 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Svelte changelog +## 1.2.4 + +* SSR compiler: Implement `{{{tripes}}}` ([#197](https://github.com/sveltejs/svelte/issues/197)) +* SSR compiler: Escape HTML in tags ([#197](https://github.com/sveltejs/svelte/issues/197)) + ## 1.2.3 * Add support for `namespace` declaration for SVG (etc) components ([#147](https://github.com/sveltejs/svelte/issues/147)) diff --git a/package.json b/package.json index 5d4eade199..b3d58157a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.2.3", + "version": "1.2.4", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [