forge-workflow 1.1.0 → 1.1.1

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.
@@ -7,7 +7,8 @@
7
7
  "Bash(npm:*)",
8
8
  "Bash(cmd /c \"npm publish --access public\")",
9
9
  "Bash(where npm)",
10
- "Bash(\"C:\\\\Program Files\\\\nodejs\\\\npm.cmd\" publish --access public)"
10
+ "Bash(\"C:\\\\Program Files\\\\nodejs\\\\npm.cmd\" publish --access public)",
11
+ "Bash(\"C:\\\\Program Files\\\\nodejs\\\\npm.cmd\" version patch --no-git-tag-version)"
11
12
  ]
12
13
  }
13
14
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "forge-workflow",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "9-stage TDD workflow for ALL AI coding agents (Claude, Cursor, Windsurf, Kilo, OpenCode, Copilot, Cline, Roo, Aider, Continue, Antigravity)",
5
5
  "bin": {
6
6
  "forge": "./bin/forge.js"