release: v1.0.19

This commit is contained in:
alex8088 2023-02-06 21:01:27 +08:00
parent c3567edba9
commit 5ed5fe9352
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
### v1.0.19 (_2023-02-06_)
- feat(bytecodePlugin): protect strings [#91](https://github.com/alex8088/electron-vite/issues/91)
- fix(bytecodePlugin): escape protected strings (thanks to [@jeremyben](https://github.com/jeremyben))
### v1.0.18 (_2023-01-16_) ### v1.0.18 (_2023-01-16_)
- feat(asset): support for WebAssembly in the main process - feat(asset): support for WebAssembly in the main process

View file

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