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.9 to 0.6.0

4

package.json
{
"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 @@

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