From 8922ecb72fbf7db794ed5a3c90c0d6d0a0016311 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Thu, 8 Dec 2016 15:22:19 -0500 Subject: [PATCH] -> v1.2.1 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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": [