We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d8e513 commit f2eff25Copy full SHA for f2eff25
CHANGELOG.md
@@ -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
8
### v3.0.0 (_2025-02-16_)
9
10
- feat: resolve conditions for preload
package.json
@@ -1,6 +1,6 @@
{
"name": "electron-vite",
- "version": "3.0.0",
+ "version": "3.1.0-beta.0",
"description": "Electron build tooling based on Vite",
"type": "module",
"main": "dist/index.cjs",
0 commit comments