diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c3675c..92a5b92 100644 --- a/CHANGELOG.md +++ b/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` diff --git a/package.json b/package.json index 9b95a20..734a491 100644 --- a/package.json +++ b/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",