Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tophat/conventional-changelog-config

Package Overview
Dependencies
Maintainers
3
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tophat/conventional-changelog-config - npm Package Compare versions

Comparing version 0.5.6 to 0.5.7

2

package.json
{
"name": "@tophat/conventional-changelog-config",
"version": "0.5.5",
"version": "0.5.6",
"description": "Top Hat's conventional changelog config for changelog generation",

@@ -5,0 +5,0 @@ "author": "Top Hat",

@@ -11,2 +11,6 @@ const parserOpts = require('./parser-opts')

const level = commits.reduce((level, commit) => {
if (commit.header?.toUpperCase().includes(BREAKING_CHANGE)) {
return STRATEGY.MAJOR
}
for (const note of commit.notes) {

@@ -28,6 +32,2 @@ if (note.title.toUpperCase().includes(BREAKING_CHANGE)) {

if (commit.header?.toUpperCase().includes(BREAKING_CHANGE)) {
return STRATEGY.MAJOR
}
const commitType = commit.type

@@ -34,0 +34,0 @@ if (commitType) {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc