release: v1.0.18

This commit is contained in:
alex8088 2023-01-16 20:54:23 +08:00
parent b85cd5ecf2
commit bc6448df9b
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
### v1.0.18 (_2023-01-16_)
- feat(asset): support for WebAssembly in the main process
- fix(asset): wasm must be suffixed with `?loader`
### v1.0.17 (_2023-01-08_)
- feat: static asset handling

View file

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