Skip to content

Commit f14fc46

Browse files
chore(release): 2.3.0
## [2.3.0](v2.2.3...v2.3.0) (2025-12-30) ### Features * lower minimum Node.js version requirement to 18.0.0 and add Electron peer dependency ([64642e6](64642e6)) ### Bug Fixes * improve E2E test reliability on Windows CI ([0ba43b7](0ba43b7)) * increase Playwright timeout for CI environments ([f9cc080](f9cc080)) * update Node.js to 22 for semantic-release and remove redundant CI trigger ([a59e5cf](a59e5cf)) * use cross-platform Node script for ESM/CJS package.json generation ([f40a288](f40a288))
1 parent a0d5d90 commit f14fc46

59 files changed

Lines changed: 241 additions & 228 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [2.3.0](https://github.com/jjeff/electron-direct-ipc/compare/v2.2.3...v2.3.0) (2025-12-30)
2+
3+
### Features
4+
5+
* lower minimum Node.js version requirement to 18.0.0 and add Electron peer dependency ([64642e6](https://github.com/jjeff/electron-direct-ipc/commit/64642e69831fd3036c638d24610682f7a1dbaec9))
6+
7+
### Bug Fixes
8+
9+
* improve E2E test reliability on Windows CI ([0ba43b7](https://github.com/jjeff/electron-direct-ipc/commit/0ba43b7363d0388e0b289d64a22332938ebad933))
10+
* increase Playwright timeout for CI environments ([f9cc080](https://github.com/jjeff/electron-direct-ipc/commit/f9cc0802aff0847aefa1fec14607e69818701b5e))
11+
* update Node.js to 22 for semantic-release and remove redundant CI trigger ([a59e5cf](https://github.com/jjeff/electron-direct-ipc/commit/a59e5cf7797899f6abff7e5446fc84be969d14c5))
12+
* use cross-platform Node script for ESM/CJS package.json generation ([f40a288](https://github.com/jjeff/electron-direct-ipc/commit/f40a28834f1d50b2f0db28f59bbee3ceac8ebc26))
13+
114
## [2.2.3](https://github.com/jjeff/electron-direct-ipc/compare/v2.2.2...v2.2.3) (2025-12-10)
215

316
### Bug Fixes

docs/api/classes/common_DirectIpcBase.DirectIpcBase.html

Lines changed: 29 additions & 29 deletions
Large diffs are not rendered by default.

docs/api/classes/main_DirectIpcMain.DirectIpcMain.html

Lines changed: 9 additions & 9 deletions
Large diffs are not rendered by default.

docs/api/classes/renderer_DirectIpcRenderer.DirectIpcRenderer.html

Lines changed: 18 additions & 18 deletions
Large diffs are not rendered by default.

docs/api/classes/renderer_DirectIpcThrottled.DirectIpcThrottled.html

Lines changed: 18 additions & 18 deletions
Large diffs are not rendered by default.

docs/api/classes/utility_DirectIpcUtility.DirectIpcUtility.html

Lines changed: 18 additions & 18 deletions
Large diffs are not rendered by default.

docs/api/classes/utility_DirectIpcUtilityThrottled.DirectIpcUtilityThrottled.html

Lines changed: 16 additions & 16 deletions
Large diffs are not rendered by default.

docs/api/classes/utility_errors.IdentifierConflictError.html

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

docs/api/classes/utility_errors.RegistrationTimeoutError.html

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

docs/api/classes/utility_errors.UtilityProcessNotFoundError.html

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)