gitcoach-cli 1.0.5 → 1.0.6

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/README.md CHANGED
@@ -403,4 +403,4 @@ Built for the [GitHub Copilot CLI Challenge 2026](https://dev.to/challenges/gith
403
403
 
404
404
  ## License
405
405
 
406
- MIT - See [LICENSE](LICENSE) for details.
406
+ MIT
@@ -1,2 +1,2 @@
1
- export declare const APP_VERSION = "1.0.5";
1
+ export declare const APP_VERSION = "1.0.6";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1,3 +1,3 @@
1
1
  // Auto-generated by scripts/inject-version.js - DO NOT EDIT
2
- export const APP_VERSION = '1.0.5';
2
+ export const APP_VERSION = '1.0.6';
3
3
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gitcoach-cli",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "AI-powered Git coach CLI that prevents mistakes before they happen",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",