From 254ce0b5b6b03f8059930c233755f4ed0f4c2854 Mon Sep 17 00:00:00 2001 From: alex8088 <244096523@qq.com> Date: Sun, 30 Jul 2023 18:32:51 +0800 Subject: [PATCH] release: v1.0.26 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bd4a47..2571868 100644 --- a/CHANGELOG.md +++ b/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_) - fix: remove node resolve condition for preload [#204](https://github.com/alex8088/electron-vite/issues/204) diff --git a/package.json b/package.json index fc093f5..ef970b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron-vite", - "version": "1.0.25", + "version": "1.0.26", "description": "Electron build tooling based on Vite", "main": "dist/index.js", "types": "dist/index.d.ts",