Skip to content

Commit

Permalink
release: v2.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alex8088 committed Jan 6, 2024
1 parent a12646f commit 932fc55
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.4 (_2024-01-06_)

- fix: electron's export subpaths also need to be externalized ([#372](https://github.com/alex8088/electron-vite/issues/372))

### v2.0.0-beta.3 (_2024-01-04_)

- feat: config file supports "type": "module" in package.json
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.3",
"version": "2.0.0-beta.4",
"description": "Electron build tooling based on Vite",
"type": "module",
"main": "dist/index.cjs",
Expand Down

0 comments on commit 932fc55

Please sign in to comment.