czg 1.5.3 → 1.6.0

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