Skip to content

Commit

Permalink
chore: bump version v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geekact committed Dec 14, 2022
1 parent a23a9a7 commit 09f73a2
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.2.0](https://github.com/geekact/vite-react/compare/v2.1.0...v2.2.0)  (2022-12-14)

- 可通过设置 `server.watchExtend` 自定义监听文件以重启服务
- 取消 `build.reportCompressedSize` 配置,不再阻止展示 gzip 大小
- 完善 css-modules 在开发环境下的名称

## [2.1.0](https://github.com/geekact/vite-react/compare/v2.0.0...v2.1.0)  (2022-12-14)

- 重新支持 commonjs
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.1.0",
"version": "2.2.0",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 09f73a2

Please sign in to comment.