diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eb551b..9eb595e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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_) - feat(asset): support for WebAssembly in the main process diff --git a/package.json b/package.json index d320e21..8385741 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron-vite", - "version": "1.0.18", + "version": "1.0.19", "description": "Electron build tooling based on Vite", "main": "dist/index.js", "types": "dist/index.d.ts",