Skip to content

Commit 495600b

Browse files
committed
chore: release 3.2.1
1 parent bdb1e05 commit 495600b

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# svelte-loader changelog
22

3+
## 3.2.1
4+
5+
* Handle sourcemaps being falsy
6+
* Handle ESM config when checking for `conditionNames`
7+
38
## 3.2.0
49

510
* Compile `.svelte.js/ts` files when using Svelte 5

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "3.2.0",
3+
"version": "3.2.1",
44
"author": "Nico Rehwaldt <git_nikku@nixis.de>",
55
"description": "A webpack loader for svelte",
66
"license": "MIT",

0 commit comments

Comments
 (0)