czg 1.6.2-beta.3 → 1.6.2-beta.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/lib/index.js +109 -109
  2. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "czg",
3
- "version": "1.6.2-beta.3",
3
+ "version": "1.6.2-beta.4",
4
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",
@@ -44,7 +44,7 @@
44
44
  "inquirer": "8.2.4",
45
45
  "minimist": "^1.2.8",
46
46
  "rimraf": "3.0.2",
47
- "cz-git": "1.6.2-beta.3"
47
+ "cz-git": "1.6.2-beta.4"
48
48
  },
49
49
  "scripts": {
50
50
  "build": "tsup",