conventional-changelog-conventionalcommits
Advanced tools
Comparing version 1.1.2 to 2.0.0
@@ -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 @@ |
{ | ||
"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
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
14114