czg 1.8.1-beta.2 → 1.8.1-beta.3

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