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": [