release: v3.0.0

This commit is contained in:
alex8088 2025-02-16 20:37:18 +08:00
parent 8064bd81ff
commit 987c55ee8b
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
### v3.0.0-beta.0 (_2025-01-22_)
### v3.0.0 (_2025-02-16_)
- feat: resolve conditions for preload
- perf: build compatilibity target for Electron 32
@ -12,6 +12,10 @@
- chore(deps): update vite to v6
- chore(deps): update @type/node to v22
### v3.0.0-beta.0 (_2025-01-22_)
See [v3.0.0-beta.0 changelog](https://github.com/alex8088/electron-vite/blob/v3.0.0-beta.0/CHANGELOG.md)
### v2.3.0 (_2024-06-23_)
- feat: resolve import.meta.\[dirname|filename\] to support CommonJS format

View File

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