Skip to content

Commit

Permalink
release: 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Aug 27, 2023
1 parent 20de029 commit 3762697
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.10.1

- Fix #41
- `rollup-plugin-swc3` now will always provide `baseUrl` (resolve to an absolute path) to swc as long as the `paths` is specified in the `tsconfig.json` or `jsconfig.json` being read.

## 0.10.0

- Fix #41
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": "rollup-plugin-swc3",
"version": "0.10.0",
"version": "0.10.1",
"description": "Use SWC with Rollup to transform ESNext and TypeScript code.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 3762697

Please sign in to comment.