Socket
Socket
Sign inDemoInstall

conventional-changelog-cli

Package Overview
Dependencies
5
Maintainers
6
Versions
67
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.20 to 2.0.21

8

CHANGELOG.md

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

## [2.0.21](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-cli@2.0.20...conventional-changelog-cli@2.0.21) (2019-05-05)
**Note:** Version bump only for package conventional-changelog-cli
## [2.0.20](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-cli@2.0.19...conventional-changelog-cli@2.0.20) (2019-05-02)

@@ -8,0 +16,0 @@

6

package.json
{
"name": "conventional-changelog-cli",
"version": "2.0.20",
"version": "2.0.21",
"description": "Generate a changelog from git metadata",

@@ -37,3 +37,3 @@ "bugs": {

"add-stream": "^1.0.0",
"conventional-changelog": "^3.1.7",
"conventional-changelog": "^3.1.8",
"lodash": "^4.2.1",

@@ -47,3 +47,3 @@ "meow": "^4.0.0",

"license": "MIT",
"gitHead": "631c684771e7905b6f4a7e71ec13bde4267ef867"
"gitHead": "6fb56a721c6594f2b95d11c4c06a8b0dfad36380"
}

@@ -65,3 +65,3 @@ # conventional-changelog-cli

"scripts": {
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md"
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md"
}

@@ -112,12 +112,5 @@ }

## Related
## API
- [conventional-changelog](https://github.com/ajoslin/conventional-changelog) - API of this module
- [standard-changelog](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/standard-changelog) - Similar to this module but only with angular convention
- [conventional-github-releaser](https://github.com/conventional-changelog/conventional-github-releaser) - Make a new GitHub release from git metadata
- [conventional-recommended-bump](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-recommended-bump) - Get a recommended version bump based on conventional commits
- [conventional-commits-detector](https://github.com/conventional-changelog/conventional-commits-detector) - Detect what commit message convention your repository is using
- [commitizen](https://github.com/commitizen/cz-cli) - Simple commit conventions for internet citizens.
- [angular-precommit](https://github.com/ajoslin/angular-precommit) - Pre commit with angular conventions
- [commitlint](https://github.com/marionebl/commitlint) - Lint commit messages
Please use [conventional-changelog](https://github.com/conventional-changelog/conventional-changelog)

@@ -124,0 +117,0 @@

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc