czg 1.4.2-beta.8 → 1.4.2-beta.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. package/README.md +7 -3
  2. package/bin/index.js +138 -136
  3. package/package.json +5 -3
package/package.json CHANGED
@@ -1,9 +1,11 @@
1
1
  {
2
2
  "name": "czg",
3
- "version": "1.4.2-beta.8",
4
- "description": "Interactive Commitizen CLI that generate standardized commit messages",
3
+ "version": "1.4.2-beta.9",
4
+ "description": "Interactive Commitizen CLI that generate standardized git commit message",
5
5
  "keywords": [
6
+ "openai",
6
7
  "commit",
8
+ "commit CLI",
7
9
  "commit message",
8
10
  "commitizen",
9
11
  "commitizen-cli",
@@ -36,7 +38,7 @@
36
38
  "inquirer": "8.2.4",
37
39
  "minimist": "^1.2.8",
38
40
  "rimraf": "3.0.2",
39
- "cz-git": "1.4.2-beta.8"
41
+ "cz-git": "1.4.2-beta.9"
40
42
  },
41
43
  "scripts": {
42
44
  "build": "pnpm clean && tsup",