0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00

-> v1.3.1

This commit is contained in:
Rich-Harris 2016-12-17 17:24:06 -05:00
parent 1c3f144ae7
commit 4332310550
2 changed files with 6 additions and 1 deletions

View File

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

View File

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