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": [