Skip to content

Commit

Permalink
release: v3.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alex8088 committed Jan 22, 2025
1 parent 6e8572d commit 8064bd8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
### v3.0.0-beta.0 (_2025-01-22_)

- feat: resolve conditions for preload
- perf: build compatilibity target for Electron 32
- perf: build compatilibity target for Electron 33 ([#651](https://github.com/alex8088/electron-vite/pull/651))
- perf: build compatilibity target for Electron 34
- chore: move to eslint flat config
- chore(deps): update all non-major dependencies
- chore(deps): update @rollup/plugin-node-resolve to v16
- chore(deps): update @rollup/plugin-typescript to v12
- chore(deps): update esbuild to v0.24
- chore(deps): update vite to v6
- chore(deps): update @type/node to v22

### v2.3.0 (_2024-06-23_)

- feat: resolve import.meta.\[dirname|filename\] to support CommonJS format
Expand All @@ -7,7 +21,7 @@
- perf: build compatilibity target for Electron 31
- perf: improve cjs shim
- chore(deps): update all non-major dependencies
- chore(deps): update @typescript-eslint/* to v7
- chore(deps): update @typescript-eslint/\* to v7
- chore(deps): update esbuild to v0.21

### v2.2.0 (_2024-04-21_)
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.3.0",
"version": "3.0.0-beta.0",
"description": "Electron build tooling based on Vite",
"type": "module",
"main": "dist/index.cjs",
Expand Down

0 comments on commit 8064bd8

Please # to comment.