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

conventional-changelog-conventionalcommits

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

conventional-changelog-conventionalcommits - npm Package Compare versions

Comparing version 1.1.2 to 2.0.0

21

CHANGELOG.md

@@ -6,2 +6,23 @@ # Change Log

# [2.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-conventionalcommits@1.1.2...conventional-changelog-conventionalcommits@2.0.0) (2019-04-26)
### Bug Fixes
* don't use multiple H1 tags ([#440](https://github.com/conventional-changelog/conventional-changelog/issues/440)) ([3d79263](https://github.com/conventional-changelog/conventional-changelog/commit/3d79263))
### Features
* add support for ! ([#441](https://github.com/conventional-changelog/conventional-changelog/issues/441)) ([0887940](https://github.com/conventional-changelog/conventional-changelog/commit/0887940))
### BREAKING CHANGES
* a ! character at the end of type will now be omitted
## [1.1.2](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-conventionalcommits@1.1.1...conventional-changelog-conventionalcommits@1.1.2) (2019-04-24)

@@ -8,0 +29,0 @@

4

package.json
{
"name": "conventional-changelog-conventionalcommits",
"version": "1.1.2",
"version": "2.0.0",
"description": "conventional-changelog conventionalcommits.org preset",

@@ -39,3 +39,3 @@ "main": "index.js",

},
"gitHead": "4794f1237cc6543cfe58870af5f99d9d8f12016d"
"gitHead": "50140951e59c665e24fd9ff17d1952ce01888f7c"
}

@@ -5,3 +5,3 @@ 'use strict'

return {
headerPattern: /^(\w*)(?:\((.*)\))?: (.*)$/,
headerPattern: /^(\w*)!?(?:\((.*)\))?: (.*)$/,
headerCorrespondence: [

@@ -8,0 +8,0 @@ `type`,

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