Skip to content

Commit

Permalink
release: 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Dec 6, 2023
1 parent 7165b7c commit 9bb960e
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 @@
## 0.11.0

- Fix [#58](https://github.com/SukkaW/rollup-plugin-swc/issues/58)
- `rollup-plugin-swc3` now will only perform module resolution inside the files specified in `include` and `exclude` options.
- Replace `rollup-swc-preserve-directives` with `rollup-preserve-directives`

## 0.10.4

- Bump `rollup-swc-preserve-directives` to the latest version
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.4",
"version": "0.11.0",
"description": "Use SWC with Rollup to transform ESNext and TypeScript code.",
"homepage": "https://github.com/SukkaW/rollup-plugin-swc#readme",
"repository": {
Expand Down

0 comments on commit 9bb960e

Please sign in to comment.