Skip to content

Commit

Permalink
release: 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Oct 19, 2022
1 parent 2e80ff1 commit d509f48
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.7.0

- Add Rollup 3.0.0 support.
- `rollup-plugin-swc` now supports both Rollup 2 and Rollup 3.

## 0.6.0

- Supports `extends` from `tsconfig.json`/`jsconfig.json`.
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.6.0",
"version": "0.7.0",
"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 d509f48

Please sign in to comment.