Socket
Socket
Sign inDemoInstall

conventional-changelog-cli

Package Overview
Dependencies
Maintainers
7
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

conventional-changelog-cli - npm Package Compare versions

Comparing version 2.0.23 to 2.0.25

18

CHANGELOG.md

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

## [2.0.24](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-cli@2.0.23...conventional-changelog-cli@2.0.24) (2019-10-02)
### Bug Fixes
* **deps:** update dependency tempfile to v3 ([#459](https://github.com/conventional-changelog/conventional-changelog/issues/459)) ([c0bac28](https://github.com/conventional-changelog/conventional-changelog/commit/c0bac28))
* **preset-loader:** fix handling conventionalcommits preset without config object ([6425972](https://github.com/conventional-changelog/conventional-changelog/commit/6425972)), closes [#512](https://github.com/conventional-changelog/conventional-changelog/issues/512)
* **preset, conventionalcommits:** fix handling conventionalcommits preset without config object ([c0566ce](https://github.com/conventional-changelog/conventional-changelog/commit/c0566ce)), closes [#512](https://github.com/conventional-changelog/conventional-changelog/issues/512)
### Reverts
* "fix(preset-loader): fix handling conventionalcommits preset without config object" ([#520](https://github.com/conventional-changelog/conventional-changelog/issues/520)) ([417139c](https://github.com/conventional-changelog/conventional-changelog/commit/417139c))
## [2.0.23](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-cli@2.0.22...conventional-changelog-cli@2.0.23) (2019-07-29)

@@ -8,0 +26,0 @@

8

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

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

"add-stream": "^1.0.0",
"conventional-changelog": "^3.1.10",
"conventional-changelog": "^3.1.12",
"lodash": "^4.14.14",
"meow": "^4.0.0",
"tempfile": "^1.1.1"
"tempfile": "^3.0.0"
},

@@ -47,3 +47,3 @@ "scripts": {

"license": "MIT",
"gitHead": "dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4"
"gitHead": "7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8"
}

@@ -20,5 +20,5 @@ # conventional-changelog-cli

This will *not* overwrite any previous changelog. The above generates a changelog based on commits since the last semver tag that match the pattern of a "Feature", "Fix", "Performance Improvement" or "Breaking Changes".
This will *not* overwrite any previous changelogs. The above generates a changelog based on commits since the last semver tag that matches the pattern of "Feature", "Fix", "Performance Improvement" or "Breaking Changes".
If you first time use this tool and want to generate all previous changelog, you could do
If this is your first time using this tool and you want to generate all previous changelogs, you could do

@@ -29,3 +29,3 @@ ```sh

This *will* overwrite any previous changelog if exist.
This *will* overwrite any previous changelogs if they exist.

@@ -32,0 +32,0 @@ All available command line parameters can be listed using CLI: `conventional-changelog --help`.

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