Skip to content

Commit 4332310

Browse files
committed
-> v1.3.1
1 parent 1c3f144 commit 4332310

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Svelte changelog
22

3+
## 1.3.1
4+
5+
* Remove file extensions from AMD dependencies ([#144](https://github.com/sveltejs/svelte/issues/144))
6+
* Throw if `options.name` is illegal ([#102](https://github.com/sveltejs/svelte/issues/102))
7+
38
## 1.3.0
49

510
* SSR compiler: Support `format` option ([#196](https://github.com/sveltejs/svelte/issues/196))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "The magical disappearing UI framework",
55
"main": "compiler/svelte.js",
66
"files": [

0 commit comments

Comments
 (0)