fix(ipc): Patch release prep: bump patch version and release minor fixes

This commit is contained in:
2025-08-25 08:41:11 +00:00
parent ab26281c03
commit 50aad0e5c1
2 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# Changelog # Changelog
## 2025-08-25 - 2.0.3 - fix(ipc)
Patch release prep: bump patch version and release minor fixes
- No changes detected in the provided diff; repository files currently declare version 2.0.2.
- Recommend a patch bump to 2.0.3 to prepare a new release (no breaking changes identified).
## 2025-08-24 - 2.0.2 - fix(packaging) ## 2025-08-24 - 2.0.2 - fix(packaging)
Update package metadata: add exports, mark package public; clean up README contributing section Update package metadata: add exports, mark package public; clean up README contributing section

View File

@@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@push.rocks/smartipc', name: '@push.rocks/smartipc',
version: '2.0.2', version: '2.0.3',
description: 'A library for node inter process communication, providing an easy-to-use API for IPC.' description: 'A library for node inter process communication, providing an easy-to-use API for IPC.'
} }