Skip to content

Commit

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

- feat: resolve conditions for preload
- perf: build compatilibity target for Electron 32
Expand All @@ -12,6 +12,10 @@
- chore(deps): update vite to v6
- chore(deps): update @type/node to v22

### v3.0.0-beta.0 (_2025-01-22_)

See [v3.0.0-beta.0 changelog](https://github.com/alex8088/electron-vite/blob/v3.0.0-beta.0/CHANGELOG.md)

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

- feat: resolve import.meta.\[dirname|filename\] to support CommonJS format
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": "3.0.0-beta.0",
"version": "3.0.0",
"description": "Electron build tooling based on Vite",
"type": "module",
"main": "dist/index.cjs",
Expand Down

0 comments on commit 987c55e

Please sign in to comment.