Skip to content

Commit eb740d2

Browse files
chore(release): 1.25.1
## [1.25.1](v1.25.0...v1.25.1) (2026-04-09) ### Bug Fixes * **validate:** allow undecided decisions without selected option ([e08731f](e08731f)), closes [#24](#24)
1 parent e08731f commit eb740d2

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.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.25.0",
4+
"version": "1.25.1",
55
"author": {
66
"name": "ExaDev",
77
"email": "support@exadev.io"

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.25.1](https://github.com/ExaDev/SysProM/compare/v1.25.0...v1.25.1) (2026-04-09)
2+
3+
### Bug Fixes
4+
5+
* **validate:** allow undecided decisions without selected option ([e08731f](https://github.com/ExaDev/SysProM/commit/e08731f54a7bf9ae2129a81ff99984efd99b5db8)), closes [#24](https://github.com/ExaDev/SysProM/issues/24)
6+
17
## [1.25.0](https://github.com/ExaDev/SysProM/compare/v1.24.0...v1.25.0) (2026-04-09)
28

39
### 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.25.0",
3+
"version": "1.25.1",
44
"description": "SysProM — System Provenance Model CLI and library",
55
"author": "ExaDev",
66
"homepage": "https://exadev.github.io/SysProM",

0 commit comments

Comments
 (0)