Skip to content

Commit 8064bd8

Browse files
committed
release: v3.0.0-beta.0
1 parent 6e8572d commit 8064bd8

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
### v3.0.0-beta.0 (_2025-01-22_)
2+
3+
- feat: resolve conditions for preload
4+
- perf: build compatilibity target for Electron 32
5+
- perf: build compatilibity target for Electron 33 ([#651](https://github.com/alex8088/electron-vite/pull/651))
6+
- perf: build compatilibity target for Electron 34
7+
- chore: move to eslint flat config
8+
- chore(deps): update all non-major dependencies
9+
- chore(deps): update @rollup/plugin-node-resolve to v16
10+
- chore(deps): update @rollup/plugin-typescript to v12
11+
- chore(deps): update esbuild to v0.24
12+
- chore(deps): update vite to v6
13+
- chore(deps): update @type/node to v22
14+
115
### v2.3.0 (_2024-06-23_)
216

317
- feat: resolve import.meta.\[dirname|filename\] to support CommonJS format
@@ -7,7 +21,7 @@
721
- perf: build compatilibity target for Electron 31
822
- perf: improve cjs shim
923
- chore(deps): update all non-major dependencies
10-
- chore(deps): update @typescript-eslint/* to v7
24+
- chore(deps): update @typescript-eslint/\* to v7
1125
- chore(deps): update esbuild to v0.21
1226

1327
### v2.2.0 (_2024-04-21_)

package.json

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

0 commit comments

Comments
 (0)