Skip to content

Commit

Permalink
release(utils): v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alex8088 committed Dec 19, 2023
1 parent 9c329b5 commit 1e7862b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### v3.0.0 (_2023-12-19_)

- feat: support ESM
- fix: ignore CommandOrControl + Shift + R in production [#6](https://github.com/alex8088/electron-toolkit/issues/6)

### v2.0.1 (_2023-09-13_)

- fix(utils): closing window via `esc` not working
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@electron-toolkit/utils",
"version": "2.0.1",
"version": "3.0.0",
"description": "Utils for Electron main process.",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 1e7862b

Please sign in to comment.