Skip to content

Commit 268beac

Browse files
committed
-> v2.13.4
1 parent b527551 commit 268beac

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.13.4
4+
5+
* Fix webpack 3 bug ([#89](https://github.com/sveltejs/svelte-loader/issues/89))
6+
37
## 2.13.2
48

59
* Fix `compileOptions.filename` ([#79](https://github.com/sveltejs/svelte-loader/issues/79))

package.json

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

0 commit comments

Comments
 (0)