Skip to content

Commit d60a73c

Browse files
chore(release): 1.28.0
## [1.28.0](v1.27.2...v1.28.0) (2026-04-22) ### Features * **graph:** add Mermaid click directives for node hyperlinks ([a352079](a352079)) ### Bug Fixes * **cli:** remove duplicate removeExternalReferenceOp call ([6a23134](6a23134)) * **config:** remove invalid npmrc min-release-age that breaks npx ([470f44b](470f44b)) ### Documentation * **sysprom:** record decision and change for Mermaid click directives ([92504e2](92504e2)) ### Build System * **config:** enforce 7-day minimum release age for npm and pnpm ([c45fd00](c45fd00))
1 parent 470f44b commit d60a73c

3 files changed

Lines changed: 21 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.27.2",
4+
"version": "1.28.0",
55
"author": {
66
"name": "ExaDev",
77
"email": "support@exadev.io"

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## [1.28.0](https://github.com/ExaDev/SysProM/compare/v1.27.2...v1.28.0) (2026-04-22)
2+
3+
### Features
4+
5+
* **graph:** add Mermaid click directives for node hyperlinks ([a352079](https://github.com/ExaDev/SysProM/commit/a352079e5079b43caeabab2890931d293cbee0f3))
6+
7+
### Bug Fixes
8+
9+
* **cli:** remove duplicate removeExternalReferenceOp call ([6a23134](https://github.com/ExaDev/SysProM/commit/6a2313434ccc0a8c6e9e58d897f8e4faf11e42d1))
10+
* **config:** remove invalid npmrc min-release-age that breaks npx ([470f44b](https://github.com/ExaDev/SysProM/commit/470f44bd1dd2ee84f07da429d0fe58197a3a1c8c))
11+
12+
### Documentation
13+
14+
* **sysprom:** record decision and change for Mermaid click directives ([92504e2](https://github.com/ExaDev/SysProM/commit/92504e2a1f62ea4b0f52d22f32bdacf23be9dcd7))
15+
16+
### Build System
17+
18+
* **config:** enforce 7-day minimum release age for npm and pnpm ([c45fd00](https://github.com/ExaDev/SysProM/commit/c45fd00c4fccbd48e0360c17f1f3517caf77210c))
19+
120
## [1.27.2](https://github.com/ExaDev/SysProM/compare/v1.27.1...v1.27.2) (2026-04-09)
221

322
### Continuous Integration

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.27.2",
3+
"version": "1.28.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)