Socket
Socket
Sign inDemoInstall

conventional-changelog-cli

Package Overview
Dependencies
Maintainers
2
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 1.2.0 to 1.2.1

10

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

@@ -29,7 +29,5 @@ "homepage": "https://github.com/conventional-changelog/conventional-changelog-cli",

"concat-stream": "^1.5.1",
"coveralls": "^2.11.6",
"jscs": "^2.7.0",
"jshint": "^2.8.0",
"mocha": "*",
"nyc": "^5.0.1",
"shelljs": "^0.6.0"

@@ -39,3 +37,3 @@ },

"add-stream": "^1.0.0",
"conventional-changelog": "^1.1.0",
"conventional-changelog": "^1.1.1",
"lodash": "^4.1.0",

@@ -46,7 +44,7 @@ "meow": "^3.7.0",

"scripts": {
"test": "nyc mocha --timeout 30000 && npm run-script lint",
"test": "mocha --timeout 30000 && npm run-script lint",
"lint": "jshint test *.js --exclude node_modules && jscs test *.js",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
"test-windows": "echo 'make work on windows'"
},
"license": "MIT"
}

4

README.md
# conventional-changelog-cli
[![Join the chat at https://gitter.im/conventional-changelog/conventional-changelog-cli](https://badges.gitter.im/conventional-changelog/conventional-changelog-cli.svg)](https://gitter.im/conventional-changelog/conventional-changelog-cli?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]

@@ -7,2 +9,4 @@

*[Changelog?](https://speakerdeck.com/stevemao/compose-a-changelog)*
**Note** You don't have to use the angular commit convention. For the best result of the tool to tokenize you commit and produce flexible output, it's recommended to use a commit convention.

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