czg 1.8.1-beta.1 → 1.8.1-beta.2

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 +17 -16
  2. package/lib/index.js +153 -153
  3. package/package.json +5 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "czg",
3
- "version": "1.8.1-beta.1",
4
- "description": "Interactive Commitizen CLI that generate standardized git commit message",
3
+ "version": "1.8.1-beta.2",
4
+ "description": "Interactive Commitizen (git commit) CLI that generate standardized git commit message",
5
5
  "author": "Zhengqbbb <zhengqbbb@gmail.com> (https://github.com/Zhengqbbb)",
6
6
  "license": "MIT",
7
7
  "homepage": "https://cz-git.qbb.sh/cli/",
@@ -14,10 +14,11 @@
14
14
  "url": "https://github.com/Zhengqbbb/cz-git/issues"
15
15
  },
16
16
  "keywords": [
17
- "openai",
17
+ "git commit",
18
18
  "commit",
19
19
  "commit CLI",
20
20
  "commit message",
21
+ "openai",
21
22
  "commitizen",
22
23
  "commitizen-cli",
23
24
  "cli",
@@ -48,7 +49,7 @@
48
49
  "inquirer": "8.2.4",
49
50
  "minimist": "^1.2.8",
50
51
  "rimraf": "3.0.2",
51
- "cz-git": "1.8.1-beta.1"
52
+ "cz-git": "1.8.1-beta.2"
52
53
  },
53
54
  "scripts": {
54
55
  "build": "tsup",