gitcoach-cli 1.0.14 → 1.0.15

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.
@@ -1,2 +1,2 @@
1
- export declare const APP_VERSION = "1.0.14";
1
+ export declare const APP_VERSION = "1.0.15";
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.14';
2
+ export const APP_VERSION = '1.0.15';
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.14",
3
+ "version": "1.0.15",
4
4
  "description": "AI-powered Git coach CLI that prevents mistakes before they happen",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",