Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e3c1d35895 | |||
| 50aad0e5c1 |
@@ -1,5 +1,11 @@
|
||||
# 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)
|
||||
Update package metadata: add exports, mark package public; clean up README contributing section
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@push.rocks/smartipc",
|
||||
"version": "2.0.2",
|
||||
"version": "2.0.3",
|
||||
"private": false,
|
||||
"description": "A library for node inter process communication, providing an easy-to-use API for IPC.",
|
||||
"exports": {
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
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.'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user