Skip to content

Commit

Permalink
release: v2.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alex8088 committed Dec 14, 2023
1 parent 0b26544 commit db11280
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### v2.0.0-beta.1 (_2023-12-14_)

- feat: env variables prefixed with VITE\_ will be shared in main process and renderer
- fix: externalizeDepPlugin not work
- perf: dev error message

### v2.0.0-beta.0 (_2023-12-13_)

- feat: bump minimum node version to 18
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.0",
"version": "2.0.0-beta.1",
"description": "Electron build tooling based on Vite",
"type": "module",
"main": "dist/index.cjs",
Expand Down

0 comments on commit db11280

Please sign in to comment.