Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yejimeiming committed Jun 24, 2023
1 parent bf2f306 commit ac6988f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
## 0.8.0 (2023-06-24)

- bf2f306 fix: dynamic-require typo #28, closes [#28](https://github.com/vite-plugin/vite-plugin-commonjs/issues/28)
- 66ce5dd feat: support build

## 0.7.1 (2023-05-14)

- ddfbfeb fix: bump vite-plugin-dynamic-import to 1.4.0 for `pnpm`
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-commonjs",
"version": "0.7.1",
"version": "0.8.0",
"description": "A pure JavaScript implementation of CommonJs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit ac6988f

Please sign in to comment.