We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c3f144 commit 4332310Copy full SHA for 4332310
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Svelte changelog
2
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
8
## 1.3.0
9
10
* SSR compiler: Support `format` option ([#196](https://github.com/sveltejs/svelte/issues/196))
package.json
@@ -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": [
0 commit comments