From c1fc8086413f8e2fd5ef68d862c6b20605e2132b Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Sat, 17 Dec 2016 12:49:24 -0500 Subject: [PATCH] -> v1.3.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e39f6af639..f8cac2e98f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Svelte changelog +## 1.3.0 + +* SSR compiler: Support `format` option ([#196](https://github.com/sveltejs/svelte/issues/196)) +* SSR compiler: Don't self-close 'normal' elements ([#200](https://github.com/sveltejs/svelte/issues/200)) +* Remove leading spaces from scoped CSS ([#140](https://github.com/sveltejs/svelte/issues/140)) +* Internal refactoring + ## 1.2.5 * Allow whitelisted globals in templates ([#185](https://github.com/sveltejs/svelte/issues/185)) diff --git a/package.json b/package.json index d8f4e34922..292c682966 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.2.5", + "version": "1.3.0", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [