Socket
Socket
Sign inDemoInstall

conventional-changelog-conventionalcommits

Package Overview
Dependencies
Maintainers
2
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 4.6.1 to 4.6.2

7

CHANGELOG.md

@@ -28,2 +28,9 @@ # Change Log

### [4.6.2](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-conventionalcommits-v4.6.1...conventional-changelog-conventionalcommits-v4.6.2) (2021-12-24)
### Bug Fixes
* **docs:** template examples ([#866](https://github.com/conventional-changelog/conventional-changelog/issues/866)) ([5917ad2](https://github.com/conventional-changelog/conventional-changelog/commit/5917ad2bd95a83c2a047b2f5692c8e8e442a23f5))
### [4.6.1](https://www.github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-conventionalcommits-v4.6.0...conventional-changelog-conventionalcommits-v4.6.1) (2021-09-09)

@@ -30,0 +37,0 @@

2

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

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -23,3 +23,3 @@ # [![Build Status][travis-image]][travis-url] [![Coverage Status][coveralls-image]][coveralls-url]

"issuePrefixes": ["TEST-"],
"issueUrlFormat": "myBugTracker.com/{prefix}{id}"
"issueUrlFormat": "https://myBugTracker.com/{{prefix}}{{id}}"
})

@@ -35,3 +35,3 @@ ```

"issuePrefixes": ["TEST-"],
"issueUrlFormat": "myBugTracker.com/{prefix}{id}"
"issueUrlFormat": "https://myBugTracker.com/{{prefix}}{{id}}"
}

@@ -38,0 +38,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