Skip to content

Commit

Permalink
feat: bump version v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geekact committed Dec 14, 2022
1 parent ec659ce commit 24577f9
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 @@
## [2.1.0](https://github.com/geekact/vite-react/compare/v2.0.0...v2.1.0)  (2022-12-14)

- 重新支持 commonjs
- react 插件默认使用 @vitejs/plugin-react-swc

## [2.0.0](https://github.com/geekact/vite-react/compare/v1.0.0...v2.0.0)  (2022-12-10)

- 要求最低 vite 版本为 4.0
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": "vite-react",
"version": "2.0.0",
"version": "2.1.0",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 24577f9

Please sign in to comment.