conventional-changelog-conventionalcommits-parseropts
Advanced tools
Comparing version 4.1.0 to 4.1.1
{ | ||
"name": "conventional-changelog-conventionalcommits-parseropts", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "conventional-changelog conventionalcommits.org preset", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -15,3 +15,3 @@ 'use strict' | ||
revertCorrespondence: [`header`, `hash`] | ||
}, config && config.parserOpts)) | ||
}, config && config.parserOpts) | ||
} |
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
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
17404