From f8701545e95682e6d9e5ec6b9dda12d956b5b66e Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Sat, 24 Dec 2016 14:39:53 -0500 Subject: [PATCH] -> v1.6.1 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38872c9877..c0d1f072a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Svelte changelog +## 1.6.1 + +* SSR: Handle component directives at arbitrary positions ([#221](https://github.com/sveltejs/svelte/issues/221)) +* Provide useful feedback on invalid void closing tag ([#224](https://github.com/sveltejs/svelte/issues/224)) + ## 1.6.0 * Replace `standalone: false` with `shared: true`, or `shared: 'custom/path/to/shared.js'` ([#218](https://github.com/sveltejs/svelte/issues/218)) diff --git a/package.json b/package.json index fe42037702..312363bec2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.6.0", + "version": "1.6.1", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [