Comparing version 4.8.1 to 4.9.0
@@ -0,1 +1,13 @@ | ||
# [4.9.0](https://github.com/streamich/git-cz/compare/v4.8.1...v4.9.0) (2022-05-14) | ||
### Bug Fixes | ||
* π Read git-cz config from package.json ([c72cfac](https://github.com/streamich/git-cz/commit/c72cfac5e730734c409ce4e28a3fc8c4d2d7554c)) | ||
### Features | ||
* πΈ support cjs config files ([4f2ebc5](https://github.com/streamich/git-cz/commit/4f2ebc5c5f9986e73184bd9d30698129cd561ae7)) | ||
## [4.8.1](https://github.com/streamich/git-cz/compare/v4.8.0...v4.8.1) (2022-05-14) | ||
@@ -2,0 +14,0 @@ |
{ | ||
"name": "git-cz", | ||
"version": "4.8.1", | ||
"version": "4.9.0", | ||
"description": "Semantic emojified git commit, git-cz.", | ||
@@ -5,0 +5,0 @@ "main": "dist/cz.js", |
@@ -127,3 +127,12 @@ [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) | ||
value: 'test' | ||
} | ||
}, | ||
messages: { | ||
type: 'Select the type of change that you\'re committing:', | ||
customScope: 'Select the scope this component affects:', | ||
subject: 'Write a short, imperative mood description of the change:\n', | ||
body: 'Provide a longer description of the change:\n ', | ||
breaking: 'List any breaking changes:\n', | ||
footer: 'Issues this commit closes, e.g #123:', | ||
confirmCommit: 'The packages that this commit has affected\n', | ||
}, | ||
} | ||
@@ -130,0 +139,0 @@ }; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
152702114
67852
254
2