From 6fe2ced2df20e30f1a58a36afc030a842680b244 Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Tue, 20 Dec 2016 19:24:53 -0500 Subject: [PATCH] -> v1.6.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b05fe27c61..38872c9877 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Svelte changelog +## 1.6.0 + +* Replace `standalone: false` with `shared: true`, or `shared: 'custom/path/to/shared.js'` ([#218](https://github.com/sveltejs/svelte/issues/218)) +* Include `shared.js` in package + ## 1.5.0 * Implement `standalone: false` ([#9](https://github.com/sveltejs/svelte/issues/9)) diff --git a/package.json b/package.json index 14c7d086ba..fe42037702 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.5.0", + "version": "1.6.0", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [