release: v1.0.27
This commit is contained in:
parent
ed64873434
commit
5c440a8a76
|
@ -1,3 +1,7 @@
|
||||||
|
### v1.0.27 (_2023-08-01_)
|
||||||
|
|
||||||
|
- chore: remove preinstall script
|
||||||
|
|
||||||
### v1.0.26 (_2023-07-30_)
|
### 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(cli): add CLI `--inspect[-brk]` to support debugging without IDEs ([#231](https://github.com/alex8088/electron-vite/issues/231))
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "electron-vite",
|
"name": "electron-vite",
|
||||||
"version": "1.0.26",
|
"version": "1.0.27",
|
||||||
"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