Skip to content

Commit f2eff25

Browse files
committed
release: v3.1.0-beta.0
1 parent 2d8e513 commit f2eff25

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### v3.1.0-beta.0 (_2025-03-12_)
2+
3+
- perf: build compatilibity target for Electron 35 ([#729](https://github.com/alex8088/electron-vite/pull/729))
4+
- chore(deps): update all non-major dependencies
5+
- chore(deps): update globals to v16
6+
- chore(deps): update esbuild to v0.25
7+
18
### v3.0.0 (_2025-02-16_)
29

310
- feat: resolve conditions for preload

package.json

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

0 commit comments

Comments
 (0)