Skip to content

Commit

Permalink
chore: bump version v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
geekact committed Jan 6, 2023
1 parent 570e0ae commit a7677e2
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 @@
## [2.4.1](https://github.com/geekact/vite-react/compare/v2.4.0...v2.4.1)  (2023-01-06)

- react-swc 支持传递更多选项
- 修复 html 未配置时插件不启用的问题
- 更新打包文件名

## [2.4.0](https://github.com/geekact/vite-react/compare/v2.3.0...v2.4.0)  (2023-01-04)

- 在终端生成链接二维码
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.4.0",
"version": "2.4.1",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit a7677e2

Please sign in to comment.