release: v2.3.0

This commit is contained in:
alex8088 2024-06-23 22:48:15 +08:00
parent 0a02ace008
commit 02e0dff9f4
2 changed files with 13 additions and 1 deletions

View file

@ -1,3 +1,15 @@
### v2.3.0 (_2024-06-23_)
- feat: resolve import.meta.\[dirname|filename\] to support CommonJS format
- fix: don't handle module ID that begin with \0 ([#530](https://github.com/alex8088/electron-vite/pull/530))
- fix: not using the mode from the config file ([#539](https://github.com/alex8088/electron-vite/pull/539))
- fix: default mode should not overrite user config mode
- perf: build compatilibity target for Electron 31
- perf: improve cjs shim
- chore(deps): update all non-major dependencies
- chore(deps): update @typescript-eslint/* to v7
- chore(deps): update esbuild to v0.21
### v2.2.0 (_2024-04-21_)
- feat: export mergeConfig from vite ([#471](https://github.com/alex8088/electron-vite/issues/471))

View file

@ -1,6 +1,6 @@
{
"name": "electron-vite",
"version": "2.2.0",
"version": "2.3.0",
"description": "Electron build tooling based on Vite",
"type": "module",
"main": "dist/index.cjs",