pm-graph 0.1.4 → 2026.5.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
1
  # Changelog
2
2
 
3
- ## 0.1.4 - 2026-05-26
3
+ ## 2026.05.26 - 2026-05-26
4
+
5
+ ### Fixed
6
+
7
+ - ci: fix release workflow step ordering ([pm-graph-f03m](https://github.com/unbraind/pm-graph/blob/main/.agents/pm/tasks/pm-graph-f03m.toon))
4
8
 
5
9
  ### Other
6
10
 
package/manifest.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pm-graph",
3
- "version": "0.1.4",
3
+ "version": "2026.5.26",
4
4
  "description": "Knowledge graph and dependency graph extension for pm CLI workspaces, with optional Neo4j sync.",
5
5
  "entry": "./dist/index.js",
6
6
  "capabilities": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pm-graph",
3
- "version": "0.1.4",
3
+ "version": "2026.5.26",
4
4
  "description": "Knowledge graph and dependency graph extension for pm CLI workspaces, with optional Neo4j sync.",
5
5
  "type": "module",
6
6
  "scripts": {