Skip to content

Commit

Permalink
chore: release 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm committed Jun 14, 2024
1 parent a43de10 commit 40ff487
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [6.0.1](https://github.com/sveltejs/svelte-preprocess/compare/v5.1.4...v6.0.1) (2024-06-14)

### Bug Fixes

- 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.0.0](https://github.com/sveltejs/svelte-preprocess/compare/v5.1.4...v6.0.0) (2024-06-12)

### BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-preprocess",
"version": "6.0.0",
"version": "6.0.1",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 40ff487

Please sign in to comment.