claude-issue-solver 1.18.0 → 1.18.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -22,7 +22,7 @@ const program = new commander_1.Command();
22
22
  program
23
23
  .name('claude-issue')
24
24
  .description('Automatically solve GitHub issues using Claude Code')
25
- .version(packageJson.version);
25
+ .version(packageJson.version, '-v, --version', 'Show version number');
26
26
  // Commands that skip requirements check
27
27
  const skipRequirementsCommands = ['init'];
28
28
  // Check requirements before any command (except init)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-issue-solver",
3
- "version": "1.18.0",
3
+ "version": "1.18.1",
4
4
  "description": "Automatically solve GitHub issues using Claude Code",
5
5
  "main": "dist/index.js",
6
6
  "bin": {