release: v2.0.0-beta.3
This commit is contained in:
parent
694e134a52
commit
921aa9d4a7
|
@ -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_)
|
||||
|
||||
- feat: support for passing arguments to electron in dev and preview commands ([#339](https://github.com/alex8088/electron-vite/pull/339))
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "electron-vite",
|
||||
"version": "2.0.0-beta.2",
|
||||
"version": "2.0.0-beta.3",
|
||||
"description": "Electron build tooling based on Vite",
|
||||
"type": "module",
|
||||
"main": "dist/index.cjs",
|
||||
|
|
Loading…
Reference in a new issue