Skip to content

Commit

Permalink
Merge pull request #74 from electron-vite/v0.14.5
Browse files Browse the repository at this point in the history
V0.14.5
  • Loading branch information
caoxiemeihao authored May 23, 2023
2 parents 8d062d5 + 77a7360 commit 3416333
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.14.5 (2023-05-23)

- 46def0c fix: bump `lib-esm` to 0.4.1 for #73

## 0.14.4 (2023-05-21)

- fe221ec fix: move `lib-esm` to devDependencies | closes [electron-vite-react#149](https://github.com/electron-vite/electron-vite-react/issues/149)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-electron-renderer",
"version": "0.14.4",
"version": "0.14.5",
"description": "Support use Node.js API in Electron-Renderer",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"electron": "^24.3.1",
"esbuild": "^0.17.19",
"lib-esm": "^0.4.0",
"lib-esm": "^0.4.1",
"node-fetch": "^3.3.1",
"rollup": "^3.22.0",
"serialport": "^11.0.0",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3416333

Please sign in to comment.