@webtorrent/semantic-release-config
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -20,3 +20,3 @@ // Extra types that generate a patch releases | ||
parserOpts: { | ||
noteKeywords: [] | ||
noteKeywords: ['BREAKING CHANGE', 'BREAKING CHANGES', 'BREAKING'] | ||
} | ||
@@ -29,3 +29,3 @@ } | ||
parserOpts: { | ||
noteKeywords: [] | ||
noteKeywords: ['BREAKING CHANGE', 'BREAKING CHANGES', 'BREAKING'] | ||
} | ||
@@ -32,0 +32,0 @@ } |
{ | ||
"name": "@webtorrent/semantic-release-config", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Shareable semantic-release configuration", | ||
@@ -27,3 +27,3 @@ "main": ".releaserc.js", | ||
"devDependencies": { | ||
"semantic-release": "^17.4.3" | ||
"semantic-release": "17.4.3" | ||
}, | ||
@@ -30,0 +30,0 @@ "renovate": { |
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
3601