Skip to content

Commit c1688a0

Browse files
committed
release(typed-ipc): v1.0.2
1 parent 06b577a commit c1688a0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/typed-ipc/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### v1.0.2 (_2024-11-11_)
2+
3+
- fix: return the callback from IpcListener on event
4+
15
### v1.0.1 (_2024-08-26_)
26

37
- fix: support subpath export

packages/typed-ipc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@electron-toolkit/typed-ipc",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Type-safe Electron IPC, best practices in TypeScript.",
55
"main": "dist/main.cjs",
66
"module": "dist/main.mjs",

0 commit comments

Comments
 (0)