From 946adf99ee3f6ea2fa53c4bbd7770fd892041a35 Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Tue, 20 Dec 2016 18:04:09 -0500 Subject: [PATCH] -> v1.5.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d07995044c..b05fe27c61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Svelte changelog +## 1.5.0 + +* Implement `standalone: false` ([#9](https://github.com/sveltejs/svelte/issues/9)) +* SSR: Handle component directives ([216](https://github.com/sveltejs/svelte/issues/216)) + ## 1.4.0 * Keyed `each` blocks ([#81](https://github.com/sveltejs/svelte/issues/81)) diff --git a/package.json b/package.json index d50e07249a..60acbe77f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.4.0", + "version": "1.5.0", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [