Skip to content

Commit 7115cb4

Browse files
committed
-> v1.0.1
1 parent 47ae2e8 commit 7115cb4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# svelte-loader changelog
2+
3+
## 1.0.1
4+
5+
* Add `svelte` as peerDependency
6+
7+
## 1.0.0
8+
9+
* First release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-loader",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"author": "Nico Rehwaldt <git_nikku@nixis.de>",
55
"description": "A webpack loader for svelte",
66
"license": "MIT",

0 commit comments

Comments
 (0)