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:
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…
Reference in New Issue
Block a user