Skip to content

Commit 1b411d3

Browse files
committed
release: v3.1.0
1 parent b56d3c2 commit 1b411d3

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1-
### v3.1.0-beta.0 (_2025-03-12_)
1+
### v3.1.0 (_2025-03-25_)
22

3+
- fix(bytecodePlugin): optimize 'use strict' directive replacement ([#681](https://github.com/alex8088/electron-vite/issues/681))
34
- perf: build compatilibity target for Electron 35 ([#729](https://github.com/alex8088/electron-vite/pull/729))
45
- chore(deps): update all non-major dependencies
56
- chore(deps): update globals to v16
67
- chore(deps): update esbuild to v0.25
78

9+
### v3.1.0-beta.0 (_2025-03-12_)
10+
11+
See [v3.1.0-beta.0 changelog](https://github.com/alex8088/electron-vite/blob/v3.1.0-beta.0/CHANGELOG.md)
12+
813
### v3.0.0 (_2025-02-16_)
914

1015
- feat: resolve conditions for preload

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electron-vite",
3-
"version": "3.1.0-beta.0",
3+
"version": "3.1.0",
44
"description": "Electron build tooling based on Vite",
55
"type": "module",
66
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)