New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

conventional-changelog-unconventional

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

conventional-changelog-unconventional - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

32

defaults.js

@@ -22,3 +22,3 @@ 'use strict';

// ? types.
const COMMIT_TYPE_CHANGELOG_ORDER = ['feat', 'fix', 'perf', 'revert'];
const COMMIT_TYPE_CHANGELOG_ORDER = ['feat', 'fix', 'perf', 'build', 'revert'];

@@ -160,17 +160,19 @@ // ? Matches a valid GitHub username with respect to the following:

// ? Commits are grouped by section; new types can alias existing types by
// ? matching sections:
// prettier-ignore
types: [
{ type: 'feat', section: 'Features' },
// ? Commits are grouped by section; new types can alias existing types by
// ? matching sections:
{ type: 'feature', section: 'Features' },
{ type: 'fix', section: 'Bug Fixes' },
{ type: 'perf', section: 'Performance Improvements' },
{ type: 'revert', section: 'Reverts' },
{ type: 'build', section: 'Build System' },
{ type: 'docs', section: 'Documentation', hidden: true },
{ type: 'style', section: 'Styles', hidden: true },
{ type: 'refactor', section: 'Refactoring', hidden: true },
{ type: 'test', section: 'Tests', hidden: true },
{ type: 'ci', section: 'Continuous Integration', hidden: true },
{ type: 'chore', section: 'Miscellaneous', hidden: true }
{ type: 'feat', section: '✨ Features', hidden: false },
{ type: 'feature', section: '✨ Features', hidden: false },
{ type: 'fix', section: '🪄 Fixes', hidden: false },
{ type: 'perf', section: '⚡️ Optimizations', hidden: false },
{ type: 'revert', section: '🔥 Reverted', hidden: false },
{ type: 'build', section: '⚙️ Build system', hidden: false },
{ type: 'docs', section: '📚 Documentation', hidden: true },
{ type: 'style', section: '💎 Aesthetics', hidden: true },
{ type: 'refactor', section: '🧙🏿 Refactored', hidden: true },
{ type: 'test', section: '⚗️ Test system', hidden: true },
{ type: 'ci', section: '🏭 CI/CD', hidden: true },
{ type: 'cd', section: '🏭 CI/CD', hidden: true },
{ type: 'chore', section: '🗄️ Miscellaneous', hidden: true }
],

@@ -177,0 +179,0 @@ commitUrlFormat: '{{host}}/{{owner}}/{{repository}}/commit/{{hash}}',

{
"name": "conventional-changelog-unconventional",
"version": "1.0.1",
"version": "1.1.0",
"description": "Custom CHANGELOG generation and semantic release settings based on conventional-changelog-conventionalcommits",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

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