release: v1.0.23

This commit is contained in:
alex8088 2023-06-04 20:03:01 +08:00
parent bac8c04816
commit 587efabac5
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
### v1.0.23 (_2023-06-04_)
- feat: supports ES build target for renderer [#174](https://github.com/alex8088/electron-vite/issues/174)
- revert: chore: remove process env define [#159](https://github.com/alex8088/electron-vite/issues/174)
- perf: build compatilibity target for Electron 25
- chore(deps): update all non-major dependencies
### v1.0.22 (_2023-04-23_)
- feat(cli): add --rendererOnly flag to dev command

View file

@ -1,6 +1,6 @@
{
"name": "electron-vite",
"version": "1.0.22",
"version": "1.0.23",
"description": "Electron build tooling based on Vite",
"main": "dist/index.js",
"types": "dist/index.d.ts",