Compare commits

..

2 Commits

Author SHA1 Message Date
Yijun Huang
6db7aa9523
Merge 5c36024c0331ab9172b256fa800ead6c878beaaf into 1eeb15ea770eb7595d1bee3013211f41d2b4104b 2025-07-06 18:56:23 +03:00
alex8088
1eeb15ea77 release: v4.0.0 2025-07-06 23:12:09 +08:00
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
### v4.0.0-beta.0 (_2025-06-28_)
### v4.0.0 (_2025-07-06_)
- refactor!: bump required node version to 20.19+, 22.12+
- fix(deps)!: update Vite to v7 and remove cjs build
@ -9,6 +9,10 @@
- chore(deps): update all non-major dependencies
- chore(deps): update lint-staged to v16
### v4.0.0-beta.0 (_2025-06-28_)
See [v4.0.0-beta.0 changelog](https://github.com/alex8088/electron-vite/blob/v4.0.0-beta.0/CHANGELOG.md)
### v3.1.0 (_2025-03-25_)
- fix(bytecodePlugin): optimize 'use strict' directive replacement ([#681](https://github.com/alex8088/electron-vite/issues/681))

View File

@ -1,6 +1,6 @@
{
"name": "electron-vite",
"version": "4.0.0-beta.0",
"version": "4.0.0",
"description": "Electron build tooling based on Vite",
"type": "module",
"main": "./dist/index.js",