diff --git a/CHANGELOG.md b/CHANGELOG.md index aaef671..8971045 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +### v1.0.17 (_2023-01-08_) + +- feat: static asset handling +- fix: output duplicate log in vscode debugging [#75](https://github.com/alex8088/electron-vite/issues/75) +- chore(bytecodePlugin): KiB to kB +- chore(worker): use toRelativePath helper +- chore(deps): update all non-major dependencies +- chore(deps): update vite to 4.0.4 + ### v1.0.16 (_2022-12-12_) - feat: vite 4.x support [#69](https://github.com/alex8088/electron-vite/issues/69) @@ -25,7 +34,7 @@ - refactor: plugins - fix(swcPlugin): unreachable code - fix(bytecodePlugin): bytecode loader injection and chunk module parsing errors [#49](https://github.com/alex8088/electron-vite/issues/49) -- fix: incorrect replace __dirname/__filename in config file +- fix: incorrect replace `__dirname`/`__filename` in config file - fix: output format error under multiple entries ### v1.0.12 (_2022-11-02_) diff --git a/package.json b/package.json index 7beeb37..f958136 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron-vite", - "version": "1.0.16", + "version": "1.0.17", "description": "Electron build tooling based on Vite", "main": "dist/index.js", "types": "dist/index.d.ts",