diff --git a/CHANGELOG.md b/CHANGELOG.md index 231413a59..c9f6d9f1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Svelte changelog +## 1.2.0 + +* Server-side rendering of HTML ([#148](https://github.com/sveltejs/svelte/pull/148)) and CSS ([#154](https://github.com/sveltejs/svelte/pull/154)) + ## 1.1.3 * Handle `xmlns` attributes correctly ([#142](https://github.com/sveltejs/svelte/issues/142)) diff --git a/package.json b/package.json index ccc16fd0e..0cfa078cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.1.3", + "version": "1.2.0", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [