commitect 1.0.0 → 1.0.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.
package/README.md CHANGED
@@ -11,6 +11,13 @@
11
11
  ✅ **History Tracking** - Review all your cached messages
12
12
  ✅ **Simple** - Just 5 commands
13
13
 
14
+ ## Screenshots
15
+
16
+ ![CommiTect Command](./public/commitect.png)
17
+ ![Analyze & Copy Commands](./public/analyze_copy.png)
18
+ ![History Command](./public/history.png)
19
+ ![Commit Command](./public/commit.png)
20
+
14
21
  ## Installation
15
22
 
16
23
  ```bash
@@ -1,5 +1,5 @@
1
1
  import chalk from 'chalk';
2
- const VERSION = '1.0.0';
2
+ const VERSION = '1.0.1';
3
3
  const GITHUB_REPO = 'https://github.com/Mohammed_3tef/CommiTect_CLI';
4
4
  const ISSUES_URL = GITHUB_REPO + '/issues';
5
5
  export function helpCommand() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "commitect",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Zero-config Git Commit Assistant CLI",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
Binary file
Binary file
Binary file
Binary file
@@ -1,6 +1,6 @@
1
1
  import chalk from 'chalk';
2
2
 
3
- const VERSION = '1.0.0';
3
+ const VERSION = '1.0.1';
4
4
  const GITHUB_REPO = 'https://github.com/Mohammed_3tef/CommiTect_CLI';
5
5
  const ISSUES_URL = GITHUB_REPO + '/issues';
6
6