Skip to content

Commit 9d29799

Browse files
chore(release): 1.13.0
## [1.13.0](v1.12.0...v1.13.0) (2026-03-23) ### Features * **schema:** normalise ID prefixes to 3-4 chars and add Zod refinement ([a6f786d](a6f786d)) ### Bug Fixes * **dx:** include valid options in error messages ([db706ec](db706ec)) * **update-node:** use NodeBase.partial() for Zod 4 compatibility ([e825497](e825497)) ### Tests * **schema:** add node ID prefix validation tests ([07d0acc](07d0acc)) * update all test IDs to new prefix convention ([3c07cce](3c07cce)) ### Miscellaneous Chores * **spm:** rename all node IDs to new 3-4 char prefix convention ([e1118d8](e1118d8))
1 parent db706ec commit 9d29799

3 files changed

Lines changed: 22 additions & 2 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sysprom",
33
"description": "SysProM (System Provenance Model) — skills and MCP server for creating, querying, and managing provenance graphs",
4-
"version": "1.12.0",
4+
"version": "1.13.0",
55
"author": {
66
"name": "ExaDev",
77
"email": "support@exadev.io"

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## [1.13.0](https://github.com/ExaDev/SysProM/compare/v1.12.0...v1.13.0) (2026-03-23)
2+
3+
### Features
4+
5+
* **schema:** normalise ID prefixes to 3-4 chars and add Zod refinement ([a6f786d](https://github.com/ExaDev/SysProM/commit/a6f786d09b4e5495cbcd196395628c16cdb1f758))
6+
7+
### Bug Fixes
8+
9+
* **dx:** include valid options in error messages ([db706ec](https://github.com/ExaDev/SysProM/commit/db706eceb074cbfe5b1cd31c6782d26e10822607))
10+
* **update-node:** use NodeBase.partial() for Zod 4 compatibility ([e825497](https://github.com/ExaDev/SysProM/commit/e825497f20e05468ee79f7f2c5bd1f731b47df42))
11+
12+
### Tests
13+
14+
* **schema:** add node ID prefix validation tests ([07d0acc](https://github.com/ExaDev/SysProM/commit/07d0accf87bac028dd08d7e2d3f46f6ccfb7891b))
15+
* update all test IDs to new prefix convention ([3c07cce](https://github.com/ExaDev/SysProM/commit/3c07cce0341dbb7458496b04b1b735ce20cb03f3))
16+
17+
### Miscellaneous Chores
18+
19+
* **spm:** rename all node IDs to new 3-4 char prefix convention ([e1118d8](https://github.com/ExaDev/SysProM/commit/e1118d8226e4c39c19f36ac22f5c3df22d28a5e2))
20+
121
## [1.12.0](https://github.com/ExaDev/SysProM/compare/v1.11.0...v1.12.0) (2026-03-23)
222

323
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sysprom",
3-
"version": "1.12.0",
3+
"version": "1.13.0",
44
"description": "SysProM — System Provenance Model CLI and library",
55
"author": "ExaDev",
66
"homepage": "https://exadev.github.io/SysProM",

0 commit comments

Comments
 (0)