pull/867/head v1.40.0
Rich Harris 7 years ago
parent 262456d41c
commit abfb2ad743

@ -1,5 +1,10 @@
# Svelte changelog # Svelte changelog
## 1.40.0
* Short fragment method names ([#863](https://github.com/sveltejs/svelte/pull/863))
* Extract declarations out of default export ([#756](https://github.com/sveltejs/svelte/issues/756))
## 1.39.4 ## 1.39.4
* Extract shared init logic ([#855](https://github.com/sveltejs/svelte/pull/855)) * Extract shared init logic ([#855](https://github.com/sveltejs/svelte/pull/855))

@ -1,6 +1,6 @@
{ {
"name": "svelte", "name": "svelte",
"version": "1.39.4", "version": "1.40.0",
"description": "The magical disappearing UI framework", "description": "The magical disappearing UI framework",
"main": "compiler/svelte.js", "main": "compiler/svelte.js",
"files": [ "files": [

Loading…
Cancel
Save