Skip to content

Commit

Permalink
release: v2.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alex8088 committed Jan 3, 2024
1 parent 694e134 commit 921aa9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 921aa9d

Please sign in to comment.