pull/209/head v1.3.1
Rich-Harris 8 years ago
parent 1c3f144ae7
commit 4332310550

@ -1,5 +1,10 @@
# Svelte changelog
## 1.3.1
* Remove file extensions from AMD dependencies ([#144](https://github.com/sveltejs/svelte/issues/144))
* Throw if `options.name` is illegal ([#102](https://github.com/sveltejs/svelte/issues/102))
## 1.3.0
* SSR compiler: Support `format` option ([#196](https://github.com/sveltejs/svelte/issues/196))

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

Loading…
Cancel
Save