@tophat/conventional-changelog-config
Advanced tools
Comparing version 0.5.9 to 0.6.0
{ | ||
"name": "@tophat/conventional-changelog-config", | ||
"version": "0.5.9", | ||
"version": "0.6.0", | ||
"description": "Top Hat's conventional changelog config for changelog generation", | ||
@@ -27,3 +27,3 @@ "author": "Top Hat", | ||
"dependencies": { | ||
"@tophat/commit-utils-core": "^0.5.4", | ||
"@tophat/commit-utils-core": "^0.6.0", | ||
"compare-func": "^2.0.0" | ||
@@ -30,0 +30,0 @@ }, |
@@ -11,3 +11,7 @@ /* eslint-disable sort-keys */ | ||
const PATCH_TYPES = ['fix', 'perf'] | ||
// Legacy patch types will be removed in a future breaking change. | ||
const LEGACY_PATCH_TYPES = ['perf'] | ||
const PATCH_TYPES = ['fix', 'docs', 'deps', 'o11y', ...LEGACY_PATCH_TYPES] | ||
const FEATURE_TYPES = ['feat'] | ||
@@ -14,0 +18,0 @@ |
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
16443
271
+ Added@tophat/commit-utils-core@0.6.1(transitive)
- Removed@tophat/commit-utils-core@0.5.4(transitive)