release: v2.0.0-beta.3

This commit is contained in:
alex8088 2024-01-04 00:05:06 +08:00
parent 694e134a52
commit 921aa9d4a7
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
### v2.0.0-beta.3 (_2024-01-04_)
- feat: config file supports "type": "module" in package.json
### v2.0.0-beta.2 (_2023-12-19_) ### v2.0.0-beta.2 (_2023-12-19_)
- feat: support for passing arguments to electron in dev and preview commands ([#339](https://github.com/alex8088/electron-vite/pull/339)) - feat: support for passing arguments to electron in dev and preview commands ([#339](https://github.com/alex8088/electron-vite/pull/339))

View file

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