diff --git a/CHANGELOG.md b/CHANGELOG.md index c9f6d9f1ad..fb1eef81d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Svelte changelog +## 1.2.1 + +* Server-side rendering is available as a compiler option (`generate: 'ssr'`) ([#159](https://github.com/sveltejs/svelte/pull/159)) +* Allow call expressions where function is not in `helpers` ([#163](https://github.com/sveltejs/svelte/issues/163)) + ## 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)) diff --git a/package.json b/package.json index 41de5e2370..4cc4d4664c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.2.0", + "version": "1.2.1", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [