Skip to content

Commit 4989595

Browse files
committed
release: v1.0.17
1 parent 127b09e commit 4989595

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### v1.0.17 (_2023-01-08_)
2+
3+
- feat: static asset handling
4+
- fix: output duplicate log in vscode debugging [#75](https://github.com/alex8088/electron-vite/issues/75)
5+
- chore(bytecodePlugin): KiB to kB
6+
- chore(worker): use toRelativePath helper
7+
- chore(deps): update all non-major dependencies
8+
- chore(deps): update vite to 4.0.4
9+
110
### v1.0.16 (_2022-12-12_)
211

312
- feat: vite 4.x support [#69](https://github.com/alex8088/electron-vite/issues/69)
@@ -25,7 +34,7 @@
2534
- refactor: plugins
2635
- fix(swcPlugin): unreachable code
2736
- fix(bytecodePlugin): bytecode loader injection and chunk module parsing errors [#49](https://github.com/alex8088/electron-vite/issues/49)
28-
- fix: incorrect replace __dirname/__filename in config file
37+
- fix: incorrect replace `__dirname`/`__filename` in config file
2938
- fix: output format error under multiple entries
3039

3140
### v1.0.12 (_2022-11-02_)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electron-vite",
3-
"version": "1.0.16",
3+
"version": "1.0.17",
44
"description": "Electron build tooling based on Vite",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)