czg 1.4.2-beta.5 → 1.4.2-beta.7

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 +61 -61
  2. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "czg",
3
- "version": "1.4.2-beta.5",
3
+ "version": "1.4.2-beta.7",
4
4
  "description": "Interactive Commitizen CLI that generate standardized commit messages",
5
5
  "keywords": [
6
6
  "commit",
@@ -36,7 +36,7 @@
36
36
  "inquirer": "8.2.4",
37
37
  "minimist": "^1.2.8",
38
38
  "rimraf": "3.0.2",
39
- "cz-git": "1.4.2-beta.5"
39
+ "cz-git": "1.4.2-beta.7"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "pnpm clean && tsup",