Skip to content

Commit 40ff487

Browse files
committed
chore: release 6.0.1
1 parent a43de10 commit 40ff487

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [6.0.1](https://github.com/sveltejs/svelte-preprocess/compare/v5.1.4...v6.0.1) (2024-06-14)
2+
3+
### Bug Fixes
4+
5+
- deprecate default export in favor of named export ([#641](https://github.com/sveltejs/svelte-preprocess/issues/641)) ([a43de10](https://github.com/sveltejs/svelte-preprocess/commit/a43de107846a5fe943b6d3910ac369e0dfca1ba1)), closes [#591](https://github.com/sveltejs/svelte-preprocess/issues/591)
6+
17
# [6.0.0](https://github.com/sveltejs/svelte-preprocess/compare/v5.1.4...v6.0.0) (2024-06-12)
28

39
### BREAKING CHANGES

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-preprocess",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)