Skip to content

Commit 02e0dff

Browse files
committed
release: v2.3.0
1 parent 0a02ace commit 02e0dff

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### v2.3.0 (_2024-06-23_)
2+
3+
- feat: resolve import.meta.\[dirname|filename\] to support CommonJS format
4+
- fix: don't handle module ID that begin with \0 ([#530](https://github.com/alex8088/electron-vite/pull/530))
5+
- fix: not using the mode from the config file ([#539](https://github.com/alex8088/electron-vite/pull/539))
6+
- fix: default mode should not overrite user config mode
7+
- perf: build compatilibity target for Electron 31
8+
- perf: improve cjs shim
9+
- chore(deps): update all non-major dependencies
10+
- chore(deps): update @typescript-eslint/* to v7
11+
- chore(deps): update esbuild to v0.21
12+
113
### v2.2.0 (_2024-04-21_)
214

315
- feat: export mergeConfig from vite ([#471](https://github.com/alex8088/electron-vite/issues/471))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electron-vite",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "Electron build tooling based on Vite",
55
"type": "module",
66
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)