release: 4.0.1

This commit is contained in:
alex8088 2025-09-21 17:03:52 +08:00
parent b55eb725c4
commit ad50cba495
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
### v4.0.1 (_2025-09-21_)
- perf: build compatibility target for Electron 38
### v4.0.0 (_2025-07-06_) ### v4.0.0 (_2025-07-06_)
- refactor!: bump required node version to 20.19+, 22.12+ - refactor!: bump required node version to 20.19+, 22.12+

View File

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