We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d96d581 commit 7025f9eCopy full SHA for 7025f9e
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+## 0.14.6 (2024-09-20)
2
+
3
+- d96d581 chore: bump deps
4
+- 40f7100 Merge branch 'bugfix/fix-electron-store' into v0.14.6
5
+- 8cb42af chore: add .npmrc
6
+- 2ba1a84 feat: export all Electron Apis for third-party npm pkgs
7
+- d415315 fix issue
8
+- d5cd80b chore: add comments for #82
9
+- 6cf7c42 docs: update
10
+- 47a7ea7 chore: bump vite
11
12
## 0.14.5 (2023-05-23)
13
14
- 46def0c fix: bump `lib-esm` to 0.4.1 for #73
package.json
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-electron-renderer",
- "version": "0.14.5",
+ "version": "0.14.6",
"description": "Support use Node.js API in Electron-Renderer",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
0 commit comments