Skip to content

Commit bc6448d

Browse files
committed
release: v1.0.18
1 parent b85cd5e commit bc6448d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### v1.0.18 (_2023-01-16_)
2+
3+
- feat(asset): support for WebAssembly in the main process
4+
- fix(asset): wasm must be suffixed with `?loader`
5+
16
### v1.0.17 (_2023-01-08_)
27

38
- feat: static asset handling

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.17",
3+
"version": "1.0.18",
44
"description": "Electron build tooling based on Vite",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)