Skip to content

Commit

Permalink
release: v2.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alex8088 committed Dec 19, 2023
1 parent 476ef54 commit 40a1b64
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.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))
- perf(externalizeDepsPlugin): use cached package data to improve performance
- perf: loadEnv api also needs to load shared env variables prefixed with VITE\_

### v2.0.0-beta.1 (_2023-12-14_)

- feat: env variables prefixed with VITE\_ will be shared in main process and renderer
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.1",
"version": "2.0.0-beta.2",
"description": "Electron build tooling based on Vite",
"type": "module",
"main": "dist/index.cjs",
Expand Down

0 comments on commit 40a1b64

Please sign in to comment.