Skip to content

Commit 6f7a8a4

Browse files
committed
-> v2.1.0
1 parent e637a8e commit 6f7a8a4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# svelte-loader changelog
22

3+
## 2.1.0
4+
5+
* Include code frame in error message ([#26](https://github.com/sveltejs/svelte-loader/pull/26))
6+
37
## 2.0.1
48

59
* Resolve shared helpers path ([#19](https://github.com/sveltejs/svelte-loader/issues/19))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-loader",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"author": "Nico Rehwaldt <[email protected]>",
55
"description": "A webpack loader for svelte",
66
"license": "MIT",

0 commit comments

Comments
 (0)