Skip to content

Commit

Permalink
release(typed-ipc): v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alex8088 committed Nov 11, 2024
1 parent 06b577a commit c1688a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/typed-ipc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### v1.0.2 (_2024-11-11_)

- fix: return the callback from IpcListener on event

### v1.0.1 (_2024-08-26_)

- fix: support subpath export
Expand Down
2 changes: 1 addition & 1 deletion packages/typed-ipc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@electron-toolkit/typed-ipc",
"version": "1.0.1",
"version": "1.0.2",
"description": "Type-safe Electron IPC, best practices in TypeScript.",
"main": "dist/main.cjs",
"module": "dist/main.mjs",
Expand Down

0 comments on commit c1688a0

Please sign in to comment.