Socket
Socket
Sign inDemoInstall

conventional-changelog-angular

Package Overview
Dependencies
5
Maintainers
7
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.5 to 5.0.6

11

CHANGELOG.md

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

## [5.0.6](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-angular@5.0.5...conventional-changelog-angular@5.0.6) (2019-11-07)
### Bug Fixes
* revertPattern match default git revert format ([#545](https://github.com/conventional-changelog/conventional-changelog/issues/545)) ([fe449f8](https://github.com/conventional-changelog/conventional-changelog/commit/fe449f899567574a36d1819b313e2caa899052ff))
## [5.0.4](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-angular@5.0.3...conventional-changelog-angular@5.0.4) (2019-10-02)

@@ -8,0 +19,0 @@

4

package.json
{
"name": "conventional-changelog-angular",
"version": "5.0.5",
"version": "5.0.6",
"description": "conventional-changelog angular preset",

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

},
"gitHead": "7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8"
"gitHead": "741e90744cdb58e82e71feb36018047d7baca768"
}

@@ -11,4 +11,4 @@ 'use strict'

noteKeywords: [`BREAKING CHANGE`],
revertPattern: /^revert:\s([\s\S]*?)\s*This reverts commit (\w*)\./,
revertPattern: /^(?:Revert|revert:)\s"?([\s\S]+?)"?\s*This reverts commit (\w*)\./i,
revertCorrespondence: [`header`, `hash`]
}

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

commit.type = `Performance Improvements`
} else if (commit.type === `revert`) {
} else if (commit.type === `revert` || commit.revert) {
commit.type = `Reverts`

@@ -45,0 +45,0 @@ } else if (discard) {

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc