Skip to content

Commit 69c637d

Browse files
committed
-> v2.5.1
1 parent 6b0dd9e commit 69c637d

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.5.1
4+
5+
* Wrap components with proxies when hot reloading ([#44](https://github.com/sveltejs/svelte-loader/pull/44))
6+
37
## 2.5.0
48

59
* Emit warnings to webpack ([#35](https://github.com/sveltejs/svelte-loader/issues/35))

package.json

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

0 commit comments

Comments
 (0)