pull/225/head v1.6.0
Rich-Harris 8 years ago
parent f2f3bbf9ba
commit 5801df8a25

@ -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))

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

Loading…
Cancel
Save