Skip to content

Commit 99907b3

Browse files
committed
-> v2.3.0
1 parent 75e96ff commit 99907b3

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.3.0
4+
5+
* Add `preprocess` support ([#31](https://github.com/sveltejs/svelte-loader/pull/31))
6+
37
## 2.2.2
48

59
* Deterministic filenames for CSS output ([#30](https://github.com/sveltejs/svelte-loader/pull/30))

package.json

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

0 commit comments

Comments
 (0)