Skip to content

Commit

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

- feat: support ESM
- feat: deprecate sendTo api
- fix: postMessage is available when context isolation is enabled [#5](https://github.com/alex8088/electron-toolkit/issues/5)

### v2.0.0 (_2023-06-04_)

New way to remove a listener
Expand Down
2 changes: 1 addition & 1 deletion packages/preload/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@electron-toolkit/preload",
"version": "2.0.0",
"version": "3.0.0",
"description": "Toolkit for electron preload scripts.",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 9c329b5

Please sign in to comment.