release: v3.1.0-beta.0

This commit is contained in:
alex8088 2025-03-12 22:05:32 +08:00
parent 2d8e513e07
commit f2eff25268
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
### v3.1.0-beta.0 (_2025-03-12_)
- perf: build compatilibity target for Electron 35 ([#729](https://github.com/alex8088/electron-vite/pull/729))
- chore(deps): update all non-major dependencies
- chore(deps): update globals to v16
- chore(deps): update esbuild to v0.25
### v3.0.0 (_2025-02-16_)
- feat: resolve conditions for preload

View File

@ -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",