@cenk1cenk2/cz-cc
Advanced tools
Comparing version 1.3.5 to 1.3.6
@@ -0,1 +1,8 @@ | ||
## [1.3.6](https://github.com/cenk1cenk2/cz-cc/compare/v1.3.5...v1.3.6) (2021-03-05) | ||
### Bug Fixes | ||
* **deps:** update dependency listr2 to ^3.4.0 ([3d6ce5e](https://github.com/cenk1cenk2/cz-cc/commit/3d6ce5ed77fb5f97cf73bcb4b350c60aa9deaf77)) | ||
## [1.3.5](https://github.com/cenk1cenk2/cz-cc/compare/v1.3.4...v1.3.5) (2021-02-27) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cenk1cenk2/cz-cc", | ||
"version": "1.3.5", | ||
"version": "1.3.6", | ||
"description": "Commitizen adapter following the conventional-changelog format.", | ||
@@ -44,3 +44,3 @@ "main": "./dist/index.js", | ||
"find-git-root": "^1.0.4", | ||
"listr2": "^3.3.4", | ||
"listr2": "^3.4.0", | ||
"lodash.map": "^4.6.0", | ||
@@ -52,6 +52,6 @@ "word-wrap": "^1.2.3" | ||
"@babel/core": "^7.13.8", | ||
"@babel/preset-env": "^7.13.8", | ||
"@babel/preset-env": "^7.13.9", | ||
"@cenk1cenk2/eslint-config": "^0.4.33", | ||
"eslint": "^7.19.0", | ||
"husky": "^4.3.8", | ||
"eslint": "^7.21.0", | ||
"husky": "^5.1.1", | ||
"lint-staged": "^10.5.4", | ||
@@ -61,3 +61,3 @@ "prettier": "^2.2.1" | ||
"optionalDependencies": { | ||
"@commitlint/load": "^12.0.0" | ||
"@commitlint/load": "^12.0.1" | ||
}, | ||
@@ -64,0 +64,0 @@ "config": { |
29311
Updatedlistr2@^3.4.0