diff --git a/CHANGELOG.md b/CHANGELOG.md index 2571868..c450197 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### v1.0.27 (_2023-08-01_) + +- chore: remove preinstall script + ### 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)) diff --git a/package.json b/package.json index 7226764..d799879 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron-vite", - "version": "1.0.26", + "version": "1.0.27", "description": "Electron build tooling based on Vite", "main": "dist/index.js", "types": "dist/index.d.ts",