fix(ipc): Patch release prep: bump patch version and release minor fixes
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
@@ -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.'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user