release: v1.0.26
This commit is contained in:
parent
0c46c1064b
commit
254ce0b5b6
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,3 +1,14 @@
|
||||||
|
### v1.0.26 (_2023-07-30_)
|
||||||
|
|
||||||
|
- feat(cli): add CLI `--inspect[-brk]` to support debugging without IDEs ([#231](https://github.com/alex8088/electron-vite/issues/231))
|
||||||
|
- feat(types): add process.env.ELECTRON_RENDERER_URL type
|
||||||
|
- feat(types): add Vite importMeta types
|
||||||
|
- perf: spawn Electron process using parent's stdios ([#236](https://github.com/alex8088/electron-vite/issues/236))
|
||||||
|
- chore: update user config interface jsdoc
|
||||||
|
- chore(deps): update pnpm to v8
|
||||||
|
- chore(deps): update prettier to v3
|
||||||
|
- chore(deps): update @typescript-eslint/\* to v6
|
||||||
|
|
||||||
### v1.0.25 (_2023-07-11_)
|
### v1.0.25 (_2023-07-11_)
|
||||||
|
|
||||||
- fix: remove node resolve condition for preload [#204](https://github.com/alex8088/electron-vite/issues/204)
|
- fix: remove node resolve condition for preload [#204](https://github.com/alex8088/electron-vite/issues/204)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "electron-vite",
|
"name": "electron-vite",
|
||||||
"version": "1.0.25",
|
"version": "1.0.26",
|
||||||
"description": "Electron build tooling based on Vite",
|
"description": "Electron build tooling based on Vite",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
|
|
Loading…
Reference in a new issue