czg 1.6.2-beta.8 → 1.7.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "czg",
3
- "version": "1.6.2-beta.8",
3
+ "version": "1.7.0",
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",
@@ -48,7 +48,7 @@
48
48
  "inquirer": "8.2.4",
49
49
  "minimist": "^1.2.8",
50
50
  "rimraf": "3.0.2",
51
- "cz-git": "1.6.2-beta.8"
51
+ "cz-git": "1.7.0"
52
52
  },
53
53
  "scripts": {
54
54
  "build": "tsup",