{"maintainers":[{"name":"anonymous","email":"bencoe@gmail.com"},{"name":"anonymous","email":"danon0404@gmail.com"},{"name":"anonymous","email":"bencoe+oss-bot@gmail.com"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"}],"keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"dist-tags":{"next":"2.1.1","latest":"5.0.0"},"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"description":"Generate a changelog from git metadata.","readme":"# conventional-changelog-cli\n\n[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coverage-image]][coverage-url]\n\n> Generate a changelog from git metadata\n\n*[Changelog?](https://speakerdeck.com/stevemao/compose-a-changelog)*\n\n**Note** You don't have to use the angular commit convention. For the best result of the tool to tokenize your commit and produce flexible output, it's recommended to use a commit convention.\n\n\n## Quick start\n\n```sh\n$ npm install -g conventional-changelog-cli\n$ cd my-project\n$ conventional-changelog -p angular -i CHANGELOG.md -s\n```\n\nThis 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\".\n\nIf this is your first time using this tool and you want to generate all previous changelogs, you could do\n\n```sh\n$ conventional-changelog -p angular -i CHANGELOG.md -s -r 0\n```\n\nThis *will* overwrite any previous changelogs if they exist.\n\nAll available command line parameters can be listed using CLI: `conventional-changelog --help`.\n\n**Hint:** You can alias your command or add it to your package.json. EG: `\"changelog\": \"conventional-changelog -p angular -i CHANGELOG.md -s -r 0\"`.\n\nTo fully customize the tool, please checkout [conventional-changelog](https://github.com/conventional-changelog/conventional-changelog) and [conventional-changelog-core](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-core) docs. You can find more details there. **Note: `config` here can work with `preset`, which is different than `options.config` in conventional-changelog.**\n\n\n## Example output\n\n- https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog/CHANGELOG.md\n- https://github.com/karma-runner/karma/blob/master/CHANGELOG.md\n- https://github.com/btford/grunt-conventional-changelog/blob/master/CHANGELOG.md\n\n\n## Recommended workflow\n\n1. Make changes\n1. Commit those changes\n1. Make sure Travis turns green\n1. Bump version in `package.json`\n1. `conventionalChangelog`\n1. Commit `package.json` and `CHANGELOG.md` files\n1. Tag\n1. Push\n\nThe reason why you should commit and tag after `conventionalChangelog` is that the CHANGELOG should be included in the new release, hence `gitRawCommitsOpts.from` defaults to the latest semver tag.\n\n\n### With `npm version`\n\nUsing the npm scripts to our advantage with the following hooks:\n\n```json\n{\n  \"scripts\": {\n    \"version\": \"conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md\"\n  }\n}\n```\n\nYou could follow the following workflow\n\n1. Make changes\n1. Commit those changes\n1. Pull all the tags\n1. Run the [`npm version [patch|minor|major]`](https://docs.npmjs.com/cli/version) command\n1. Push\n\nYou could optionally add a `preversion` script to package your project or running a full suit of test.\nAnd a `postversion` script to clean your system and push your release and tags.\n\nBy adding a `.npmrc` you could also automate your commit message and set your tag prefix as such:\n\n```\ntag-version-prefix=\"\"\nmessage=\"chore(release): %s :tada:\"\n```\n\n\n## Why\n\n- Used by AngularJS, JSHint and related projects.\n- Easy fully automate changelog generation. You could still add more points on top of it.\n- Ignoring reverted commits, templating with [handlebars.js](https://github.com/wycats/handlebars.js) and links to references, etc. Open an [issue](../../issues/new) if you want more reasonable features.\n- Intelligently setup defaults but yet fully configurable with presets of [popular projects](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog#preset).\n- Everything internally or externally is pluggable.\n- A lot of tests and actively maintained.\n\n### Problems with [github-changelog-generator](https://github.com/skywinder/github-changelog-generator) or similar projects\n\n- Opinionated on how to write commits, issues or PRs.\n- No or partially support reference links.\n- Not system agnostic. Only support GitHub.\n- No template support. The output is mostly certain format of markdown.\n- No presets of popular commit message conventions.\n- Not modularized. Over the years [modularization is proven to be the best practice](https://github.com/sindresorhus/ama/issues/10#issuecomment-117766328).\n- No tests or coverage is too low. Program might be buggy.\n- Do not read your project's environment.\n- No or few task runner or build tool integrations.\n\n\n## API\n\nPlease use [conventional-changelog](https://github.com/conventional-changelog/conventional-changelog) \n\n\n## License\n\nMIT © [Steve Mao](https://github.com/stevemao)\n\n\n[npm-image]: https://badge.fury.io/js/conventional-changelog-cli.svg\n[npm-url]: https://npmjs.org/package/conventional-changelog-cli\n[travis-image]: https://travis-ci.org/conventional-changelog/conventional-changelog-cli.svg?branch=master\n[travis-url]: https://travis-ci.org/conventional-changelog/conventional-changelog-cli\n[daviddm-image]: https://david-dm.org/conventional-changelog/conventional-changelog-cli.svg?theme=shields.io\n[daviddm-url]: https://david-dm.org/conventional-changelog/conventional-changelog-cli\n[coverage-image]: https://coveralls.io/repos/github/conventional-changelog/conventional-changelog/badge.svg?branch=master\n[coverage-url]: https://coveralls.io/github/conventional-changelog/conventional-changelog?branch=master\n","repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git","directory":"packages/conventional-changelog-cli"},"users":{"dwqs":true,"akabeko":true,"rochejul":true,"stevegill":true,"langri-sha":true},"bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"license":"MIT","versions":{"0.0.0":{"name":"conventional-changelog-cli","version":"0.0.0","keywords":["cli","app","cli","conventional","changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@0.0.0","maintainers":[{"name":"anonymous","email":"steve.mao@healthinteract.com.au"}],"homepage":"https://github.com/stevemao/conventional-changelog-cli","bugs":{"url":"https://github.com/stevemao/conventional-changelog-cli/issues"},"dist":{"shasum":"990977aa91d3bd8485a932b7c71b131b32fc4930","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-0.0.0.tgz","integrity":"sha512-b2JhdiAwgzHKKs/Ed4rC2Yb65WIwarCsqyBjEJ8rC2VypNbo9Ys1FC+cgs1HCsToyqspfDbNT1W3KoiP+e47uQ==","signatures":[{"sig":"MEUCIHqSZx6ReY0QOcmPxxOq7MemhzJGEf4ADY72y+kxuma9AiEAw6Q9InNM1RNsN7IwJF43CTQ3KhlIvXFcPKBsop47fTU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["lib"],"_shasum":"990977aa91d3bd8485a932b7c71b131b32fc4930","gitHead":"7344a1e90f670d2e8b5123444d80b2ce95118326","scripts":{"test":"gulp"},"_npmUser":{"name":"anonymous","email":"steve.mao@healthinteract.com.au"},"repository":{"url":"git+https://github.com/stevemao/conventional-changelog-cli.git","type":"git"},"_npmVersion":"2.11.3","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"0.12.5","devDependencies":{"gulp":"^3.6.0","gulp-jscs":"^1.1.0","gulp-mocha":"^2.0.0","gulp-eslint":"^0.8.0","gulp-jshint":"^1.5.3","gulp-plumber":"^1.0.0","gulp-istanbul":"^0.8.1","gulp-coveralls":"^0.1.0","jshint-stylish":"^1.0.0"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"0.0.1":{"name":"conventional-changelog-cli","version":"0.0.1","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@0.0.1","maintainers":[{"name":"anonymous","email":"steve.mao@healthinteract.com.au"}],"homepage":"https://github.com/stevemao/conventional-changelog-cli","bugs":{"url":"https://github.com/stevemao/conventional-changelog-cli/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"fa8ee1759d2898652e04aa872640362e777ecd86","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-0.0.1.tgz","integrity":"sha512-skx6l9sPVCNilZPKsRSOAQ90TzGK/lYQDtgMkAH2XvB9LyTWfbut66PbFfGc0YCLSjkuT+DhXBYYf85dHjgoXQ==","signatures":[{"sig":"MEYCIQDTPstP4WqaTKU2Jqk78M11cacfGVw0iuT6ImmQoI+3lQIhAKBBS6ubd7tLLUkESjAL2PZ+wCcaW9pZkCCd6qh7Svm/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["cli.js"],"_shasum":"fa8ee1759d2898652e04aa872640362e777ecd86","gitHead":"618c8af10bd2ff818263f69dd37fa163ef9a654c","scripts":{"lint":"jshint *.js --exclude node_modules && jscs *.js","test":"nyc mocha --timeout 30000 && npm run-script lint","coveralls":"nyc report --reporter=text-lcov | coveralls"},"_npmUser":{"name":"anonymous","email":"maochenyan@gmail.com"},"repository":{"url":"git+https://github.com/stevemao/conventional-changelog-cli.git","type":"git"},"_npmVersion":"2.14.12","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"4.2.4","dependencies":{"meow":"^3.7.0","lodash":"^4.1.0","tempfile":"^1.1.1","add-stream":"^1.0.0","conventional-changelog":"^0.5.3"},"devDependencies":{"nyc":"^5.0.1","chai":"^3.4.1","jscs":"^2.7.0","mocha":"*","jshint":"^2.8.0","shelljs":"^0.5.3","coveralls":"^2.11.6","concat-stream":"^1.5.1"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"1.0.0":{"name":"conventional-changelog-cli","version":"1.0.0","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@1.0.0","maintainers":[{"name":"anonymous","email":"steve.mao@healthinteract.com.au"}],"homepage":"https://github.com/stevemao/conventional-changelog-cli","bugs":{"url":"https://github.com/stevemao/conventional-changelog-cli/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"fc5e4bbc0b8ef4ba145d57feeac053031a0bbdbc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-1.0.0.tgz","integrity":"sha512-n2twZ+cwFW00m3FkyR5nf+VgrV2du7YiK6ftFepFqsO6KSsLSK589B9Wl2yId6CK6tGgPNmAhaI8L3TrNY9YJw==","signatures":[{"sig":"MEQCIFIHhAtmH+FDD1eQvtD4vUIb9mlEZb+9kpIIL/ibnYBtAiAlwDrCOuQdetsM5DSvunsF3fEx/j91kiVdtY1YhqcPhQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["cli.js"],"_shasum":"fc5e4bbc0b8ef4ba145d57feeac053031a0bbdbc","gitHead":"dfb9f22d15d9ff20cacba2dbb76ca99657aa3b41","scripts":{"lint":"jshint test *.js --exclude node_modules && jscs test *.js","test":"nyc mocha --timeout 30000 && npm run-script lint","coveralls":"nyc report --reporter=text-lcov | coveralls"},"_npmUser":{"name":"anonymous","email":"maochenyan@gmail.com"},"repository":{"url":"git+https://github.com/stevemao/conventional-changelog-cli.git","type":"git"},"_npmVersion":"2.14.12","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"4.2.4","dependencies":{"meow":"^3.7.0","lodash":"^4.1.0","tempfile":"^1.1.1","add-stream":"^1.0.0","conventional-changelog":"^1.0.0"},"devDependencies":{"nyc":"^5.0.1","chai":"^3.4.1","jscs":"^2.7.0","mocha":"*","jshint":"^2.8.0","shelljs":"^0.6.0","coveralls":"^2.11.6","concat-stream":"^1.5.1"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli-1.0.0.tgz_1454678588333_0.058524177642539144","host":"packages-5-east.internal.npmjs.com"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"1.1.0":{"name":"conventional-changelog-cli","version":"1.1.0","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@1.1.0","maintainers":[{"name":"anonymous","email":"steve.mao@healthinteract.com.au"}],"homepage":"https://github.com/stevemao/conventional-changelog-cli","bugs":{"url":"https://github.com/stevemao/conventional-changelog-cli/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"f72221682c8791c8ff06dba1e5393bc74b4f6551","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-1.1.0.tgz","integrity":"sha512-bu045oMmTndI7FQYeRjl91f+KORrkPYE3QnYOHwNEWix9YQme1LhBgsLnZabCnFaclQYlhFR1cqMv21VZ46iLw==","signatures":[{"sig":"MEQCIHmJlEkOSO2T9xRBrSiHD8bmqe3RDB4j0gtVICYx3iVoAiBo41nwU6PFgWvZBSw9byVe0i0/xX7WuWiG22puo/z4lA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["cli.js"],"_shasum":"f72221682c8791c8ff06dba1e5393bc74b4f6551","gitHead":"5089e7911b30476db48ac71b6f925a99f4934c0a","scripts":{"lint":"jshint test *.js --exclude node_modules && jscs test *.js","test":"nyc mocha --timeout 30000 && npm run-script lint","coveralls":"nyc report --reporter=text-lcov | coveralls"},"_npmUser":{"name":"anonymous","email":"maochenyan@gmail.com"},"repository":{"url":"git+https://github.com/stevemao/conventional-changelog-cli.git","type":"git"},"_npmVersion":"2.14.12","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"4.2.6","dependencies":{"meow":"^3.7.0","lodash":"^4.1.0","tempfile":"^1.1.1","add-stream":"^1.0.0","conventional-changelog":"^1.1.0"},"devDependencies":{"nyc":"^5.0.1","chai":"^3.4.1","jscs":"^2.7.0","mocha":"*","jshint":"^2.8.0","shelljs":"^0.6.0","coveralls":"^2.11.6","concat-stream":"^1.5.1"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli-1.1.0.tgz_1455347397885_0.5898434051778167","host":"packages-6-west.internal.npmjs.com"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"1.1.1":{"name":"conventional-changelog-cli","version":"1.1.1","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@1.1.1","maintainers":[{"name":"anonymous","email":"steve.mao@healthinteract.com.au"}],"homepage":"https://github.com/stevemao/conventional-changelog-cli","bugs":{"url":"https://github.com/stevemao/conventional-changelog-cli/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"221348454c3bf903ee912fe613d8a5f6765ea97c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-1.1.1.tgz","integrity":"sha512-rTn3AEW280kvYvNmB5ky9Fw8Lg21coOdbMyVlW3gZww5jaZpticria908tQ2fxPdML5TkoAT6PYDeQA1KYAaFw==","signatures":[{"sig":"MEUCIQDI3lFwaxOaBb+AiRpeE2YlOCI/V7DbRhBPAq8DbvO9xgIgM0zkxtdjrtxxQhgdVws6neO1kxs6lZedRdWA5b8DLdE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["cli.js"],"_shasum":"221348454c3bf903ee912fe613d8a5f6765ea97c","gitHead":"9e7ccd44ee8179845ba34b374b16302309cec795","scripts":{"lint":"jshint test *.js --exclude node_modules && jscs test *.js","test":"nyc mocha --timeout 30000 && npm run-script lint","coveralls":"nyc report --reporter=text-lcov | coveralls"},"_npmUser":{"name":"anonymous","email":"maochenyan@gmail.com"},"repository":{"url":"git+https://github.com/stevemao/conventional-changelog-cli.git","type":"git"},"_npmVersion":"2.14.12","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"4.2.6","dependencies":{"meow":"^3.7.0","lodash":"^4.1.0","tempfile":"^1.1.1","add-stream":"^1.0.0","conventional-changelog":"^1.1.0"},"devDependencies":{"nyc":"^5.0.1","chai":"^3.4.1","jscs":"^2.7.0","mocha":"*","jshint":"^2.8.0","shelljs":"^0.6.0","coveralls":"^2.11.6","concat-stream":"^1.5.1"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli-1.1.1.tgz_1455426937724_0.998992448206991","host":"packages-6-west.internal.npmjs.com"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"1.2.0":{"name":"conventional-changelog-cli","version":"1.2.0","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@1.2.0","maintainers":[{"name":"anonymous","email":"steve.mao@healthinteract.com.au"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog-cli","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog-cli/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"c4929dcdb5d5ba9aa1840418e6b4674691193f5d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-1.2.0.tgz","integrity":"sha512-tShZlJjAdUoiT6oK1/Oetn7MeTCc4G7Om0sD9gdXCFFlBDZc0ODzMI2sbw1myFOdoNPtS3gOQivYvxXWZA8VqA==","signatures":[{"sig":"MEUCIQCtpLy1AtdJWDMxc2GEv32nbjhVWFCtNHqlxayc3Bo8yAIgLcaZYY8saXybKO61cvgVCpChu+slCA33f+YrpXNCt/Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["cli.js"],"_shasum":"c4929dcdb5d5ba9aa1840418e6b4674691193f5d","gitHead":"3c066f3dd024ba6b635815d6f29d2b2b16813946","scripts":{"lint":"jshint test *.js --exclude node_modules && jscs test *.js","test":"nyc mocha --timeout 30000 && npm run-script lint","coveralls":"nyc report --reporter=text-lcov | coveralls"},"_npmUser":{"name":"anonymous","email":"maochenyan@gmail.com"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog-cli.git","type":"git"},"_npmVersion":"2.15.1","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"4.4.4","dependencies":{"meow":"^3.7.0","lodash":"^4.1.0","tempfile":"^1.1.1","add-stream":"^1.0.0","conventional-changelog":"^1.1.0"},"devDependencies":{"nyc":"^5.0.1","chai":"^3.4.1","jscs":"^2.7.0","mocha":"*","jshint":"^2.8.0","shelljs":"^0.6.0","coveralls":"^2.11.6","concat-stream":"^1.5.1"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli-1.2.0.tgz_1462711944896_0.5547856721095741","host":"packages-16-east.internal.npmjs.com"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"1.2.1":{"name":"conventional-changelog-cli","version":"1.2.1","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@1.2.1","maintainers":[{"name":"anonymous","email":"ben@npmjs.com"},{"name":"anonymous","email":"maochenyan@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog-cli","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog-cli/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"94aa75c6e5afa3c01ad5541c0184195df346e7c8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-1.2.1.tgz","integrity":"sha512-WNhpUpe5CT2M7tS8jXfy6/lxMLfA5KU/moRl+Pukmsuw4pLToVDUswYEmuMInUkCOYetvx+Np7Z3/GGyEVwpWA==","signatures":[{"sig":"MEQCIAWGnzh3w1GaraLML5ymNWCIzJTLn4zioEJGbIHjHxRYAiAsJID/AwRZwJbOT16LXPy4VOTB29m09wEdWVE2hcR/8Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["cli.js"],"_shasum":"94aa75c6e5afa3c01ad5541c0184195df346e7c8","scripts":{"lint":"jshint test *.js --exclude node_modules && jscs test *.js","test":"mocha --timeout 30000 && npm run-script lint","test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"ben@npmjs.com"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog-cli.git","type":"git"},"_npmVersion":"4.2.0","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"7.1.0","dependencies":{"meow":"^3.7.0","lodash":"^4.1.0","tempfile":"^1.1.1","add-stream":"^1.0.0","conventional-changelog":"^1.1.1"},"devDependencies":{"chai":"^3.4.1","jscs":"^2.7.0","mocha":"*","jshint":"^2.8.0","shelljs":"^0.6.0","concat-stream":"^1.5.1"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli-1.2.1.tgz_1489123989711_0.6524195161182433","host":"packages-18-east.internal.npmjs.com"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"1.3.0":{"name":"conventional-changelog-cli","version":"1.3.0","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@1.3.0","maintainers":[{"name":"anonymous","email":"ben@npmjs.com"},{"name":"anonymous","email":"maochenyan@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog-cli","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog-cli/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"0fde2b1f610af69dca65c88e2594b823fce504ef","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-1.3.0.tgz","integrity":"sha512-XQy2p++TDP2aCCwxCNZkzw5FCqXryhj+5bW79VEjAMVA9kLZBt6EwhNcJkmvoBseyDAYyMnnuG7uK1aceeIAQg==","signatures":[{"sig":"MEUCIDYm3hC+KxKng3wCs4B/Qxa9CxpFp4OVJHCSHTyX969kAiEAmEfZh4BUhcgKOqlcARV5hmkSrXNxQoEag6kJyKeNnfk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["cli.js"],"_shasum":"0fde2b1f610af69dca65c88e2594b823fce504ef","scripts":{"lint":"jshint test *.js --exclude node_modules && jscs test *.js","test":"mocha --timeout 30000 && npm run-script lint","test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"ben@npmjs.com"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog-cli.git","type":"git"},"_npmVersion":"3.10.10","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"6.9.5","dependencies":{"meow":"^3.7.0","lodash":"^4.1.0","tempfile":"^1.1.1","add-stream":"^1.0.0","conventional-changelog":"^1.1.2"},"devDependencies":{"chai":"^3.4.1","jscs":"^2.7.0","mocha":"*","jshint":"^2.8.0","shelljs":"^0.6.0","concat-stream":"^1.5.1"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli-1.3.0.tgz_1489193799015_0.26054983399808407","host":"packages-12-west.internal.npmjs.com"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"1.3.1":{"name":"conventional-changelog-cli","version":"1.3.1","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@1.3.1","maintainers":[{"name":"anonymous","email":"ben@npmjs.com"},{"name":"anonymous","email":"maochenyan@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog-cli","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog-cli/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"1cd5a9dbae25ffb5ffe67afef1e136eaceefd2d5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-1.3.1.tgz","integrity":"sha512-EX5rUWZSjj1yhV/O6GsbjKhph4glpr7GxMdohrCZ876liaM7QgdyAA4Ka9J0l/YaNhx5R2ODToEGKYNoYVWGRw==","signatures":[{"sig":"MEUCIQDOV/9Mvagmr5vsOcX12O28yn+EdY19oMdh8os7uYPpSgIgIVDhnz1IS9fWFQTlfVc93CUSX7pNFJR7UbdAYLjpybI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["cli.js"],"_shasum":"1cd5a9dbae25ffb5ffe67afef1e136eaceefd2d5","scripts":{"lint":"jshint test *.js --exclude node_modules && jscs test *.js","test":"mocha --timeout 30000 && npm run-script lint","test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"ben@npmjs.com"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog-cli.git","type":"git"},"_npmVersion":"3.10.10","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"6.9.5","dependencies":{"meow":"^3.7.0","lodash":"^4.1.0","tempfile":"^1.1.1","add-stream":"^1.0.0","conventional-changelog":"^1.1.3"},"devDependencies":{"chai":"^3.4.1","jscs":"^2.7.0","mocha":"*","jshint":"^2.8.0","shelljs":"^0.6.0","concat-stream":"^1.5.1"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli-1.3.1.tgz_1489266178087_0.06894152075983584","host":"packages-12-west.internal.npmjs.com"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"1.3.2":{"name":"conventional-changelog-cli","version":"1.3.2","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@1.3.2","maintainers":[{"name":"anonymous","email":"ben@npmjs.com"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog-cli","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog-cli/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"33abf2b5720a9b094df38e81741ccb502e1a4125","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-1.3.2.tgz","integrity":"sha512-Z89mXKV0IIB0q8tNvIIZtNNrun3MUuQC0YJPzsF2t5UyaqmqnOpLNLHX28+Pwi+aHI2LQjEar1OmEoZgYP+6Kw==","signatures":[{"sig":"MEUCIQCRjkla71r7b9/EhPj0ODCKgack9LhhQfAUXlhC+zd2yQIgfi+2vaVwb52Bj87y+N2WuzLxK9j07YgI5OzO0z9w1Vg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"files":["cli.js"],"scripts":{"lint":"jshint test *.js --exclude node_modules && jscs test *.js","test":"mocha --timeout 30000 && npm run-script lint","test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"maochenyan@gmail.com"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog-cli.git","type":"git"},"_npmVersion":"5.3.0","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"6.10.3","dependencies":{"meow":"^3.7.0","lodash":"^4.1.0","tempfile":"^1.1.1","add-stream":"^1.0.0","conventional-changelog":"^1.1.4"},"devDependencies":{"chai":"^3.4.1","jscs":"^2.7.0","mocha":"*","jshint":"^2.8.0","shelljs":"^0.6.0","concat-stream":"^1.5.1"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli-1.3.2.tgz_1500334231186_0.22292363364249468","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"1.3.3":{"name":"conventional-changelog-cli","version":"1.3.3","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@1.3.3","maintainers":[{"name":"anonymous","email":"moilanen.tapani@gmail.com"},{"name":"anonymous","email":"ben@npmjs.com"},{"name":"anonymous","email":"maochenyan@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog-cli","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog-cli/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"ca38f229a27ec14036021b1786a48f5b8d48d7ff","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-1.3.3.tgz","integrity":"sha512-2bsDXAidc7TWErFHl58IDPPkcHvtscDr6a63tpne7OZPu5JAqeDc3iKimvzvhdUfcWLowlXmoei8sBHMQ0sMYw==","signatures":[{"sig":"MEYCIQDWDQbx7UHGF3qAtfjVMnygkBZ8ZGFroZy0VzrrBxpI0QIhANwzCJS4Uoch2WtmP1jzZ7j97LCUgA4KptkTVXTNf6GI","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"files":["cli.js"],"scripts":{"lint":"jshint test *.js --exclude node_modules && jscs test *.js","test":"mocha --timeout 30000 && npm run-script lint","test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"maochenyan@gmail.com"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog-cli.git","type":"git"},"_npmVersion":"5.3.0","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"7.10.0","dependencies":{"meow":"^3.7.0","lodash":"^4.1.0","tempfile":"^1.1.1","add-stream":"^1.0.0","conventional-changelog":"^1.1.5"},"devDependencies":{"chai":"^3.4.1","jscs":"^2.7.0","mocha":"*","jshint":"^2.8.0","shelljs":"^0.6.0","concat-stream":"^1.5.1"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli-1.3.3.tgz_1504235793418_0.8403071055654436","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"1.3.4":{"name":"conventional-changelog-cli","version":"1.3.4","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@1.3.4","maintainers":[{"name":"anonymous","email":"moilanen.tapani@gmail.com"},{"name":"anonymous","email":"ben@npmjs.com"},{"name":"anonymous","email":"maochenyan@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog-cli","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog-cli/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"38f7ff7ac7bca92ea110897ea08b473f2055a27c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-1.3.4.tgz","integrity":"sha512-b8B1i01df+Lq5t16L3g8uoEGdzViChIKmIo7TComL4DqqrjrtasRaT+/4OPGcApEgX86JkBqb4KVt85ytQinUw==","signatures":[{"sig":"MEQCIEV3u9OlFSlx8uxToiX9L/uDMMMA0hZu/qbNKmG+cDTaAiBaEtV4kOGcOvFIBXVkhKZi0oHLD3TWVBQ2ecD2bouNyg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"files":["cli.js"],"scripts":{"lint":"jshint test *.js --exclude node_modules && jscs test *.js","test":"mocha --timeout 30000 && npm run-script lint","test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"maochenyan@gmail.com"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog-cli.git","type":"git"},"_npmVersion":"5.4.2","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"7.10.0","dependencies":{"meow":"^3.7.0","lodash":"^4.1.0","tempfile":"^1.1.1","add-stream":"^1.0.0","conventional-changelog":"^1.1.6"},"devDependencies":{"chai":"^3.4.1","jscs":"^2.7.0","mocha":"*","jshint":"^2.8.0","shelljs":"^0.6.0","concat-stream":"^1.5.1"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli-1.3.4.tgz_1506836376589_0.8465591699350625","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"1.3.5":{"name":"conventional-changelog-cli","version":"1.3.5","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@1.3.5","maintainers":[{"name":"anonymous","email":"moilanen.tapani@gmail.com"},{"name":"anonymous","email":"ben@npmjs.com"},{"name":"anonymous","email":"maochenyan@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog-cli","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog-cli/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"46c51496216b7406588883defa6fac589e9bb31e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-1.3.5.tgz","integrity":"sha512-gKaBpOOkupIFOwR4e8Iyf1wtztuLNc8PY+P1ogFRjhbbKpDVKcs/Og26m9BszrTittaRSIZ27KlJ/3//aX+q4g==","signatures":[{"sig":"MEUCIQCeQ7YYVqaZHrCoypcvpmuye3LhsP/Xf2v6GbYet1kP9wIgJqrHpHm57sLvQ5PAQd2bsFoked/EO0OlPf4AiocUqP0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["cli.js"],"_shasum":"46c51496216b7406588883defa6fac589e9bb31e","scripts":{"lint":"jshint test *.js --exclude node_modules && jscs test *.js","test":"mocha --timeout 30000 && npm run-script lint","test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"maochenyan@gmail.com"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog-cli.git","type":"git"},"_npmVersion":"3.10.10","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"6.10.3","dependencies":{"meow":"^3.7.0","lodash":"^4.1.0","tempfile":"^1.1.1","add-stream":"^1.0.0","conventional-changelog":"^1.1.7"},"devDependencies":{"chai":"^3.4.1","jscs":"^2.7.0","mocha":"*","jshint":"^2.8.0","shelljs":"^0.6.0","concat-stream":"^1.5.1"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli-1.3.5.tgz_1510532245103_0.17115956312045455","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"1.3.8":{"name":"conventional-changelog-cli","version":"1.3.8","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@1.3.8","maintainers":[{"name":"anonymous","email":"moilanen.tapani@gmail.com"},{"name":"anonymous","email":"ben@npmjs.com"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"hutson@hyper-expanse.net"},{"name":"anonymous","email":"hello@mario-nebl.de"},{"name":"anonymous","email":"andrewbgoode@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog-cli","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog-cli/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"3b3f3591cb8d1f154bdb28e1819c5fcd8d967536","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-1.3.8.tgz","integrity":"sha512-xGiIK2vDPvnNQsMEPpzBpXTfjRBmbyc0/nR0GjH0lnCvJRbybLGnYzBCF+K26ol+Oa4CT6A+HV+9E/WM/stF1w==","signatures":[{"sig":"MEUCIEJcHpPMJYvRU+NN/JnIcmNrVYdCsVyd3NmrLooMdjTtAiEAkK7jzOykVcEmMUxweMF0+f8LeuUkndPoCbG2Kz1iJXI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["cli.js"],"_shasum":"3b3f3591cb8d1f154bdb28e1819c5fcd8d967536","scripts":{"lint":"jshint test *.js --exclude node_modules && jscs test *.js","test":"mocha --timeout 30000 && npm run-script lint","test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"hutson@hyper-expanse.net"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog-cli.git","type":"git"},"_npmVersion":"3.10.10","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"6.12.1","dependencies":{"meow":"^3.7.0","lodash":"^4.1.0","tempfile":"^1.1.1","add-stream":"^1.0.0","conventional-changelog":"^1.1.10"},"devDependencies":{"chai":"^3.4.1","jscs":"^2.7.0","mocha":"*","jshint":"^2.8.0","shelljs":"^0.6.0","concat-stream":"^1.5.1"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli-1.3.8.tgz_1517191971308_0.18762070313096046","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"1.3.9":{"name":"conventional-changelog-cli","version":"1.3.9","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@1.3.9","maintainers":[{"name":"anonymous","email":"moilanen.tapani@gmail.com"},{"name":"anonymous","email":"ben@npmjs.com"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"hutson@hyper-expanse.net"},{"name":"anonymous","email":"hello@mario-nebl.de"},{"name":"anonymous","email":"andrewbgoode@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog-cli","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog-cli/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"926aed3af40c76682f6e192f8a573f46dcd3894f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-1.3.9.tgz","integrity":"sha512-wkM9yd228M8ZolJK38dEAoqangngv8vSzV/NJTxG/6sqMiuiiVnj5GBt6CepuQusVlri/0g/VZHHLi/yCVnaqg==","signatures":[{"sig":"MEUCICSHtbFI4AmH7EENeQEmNGPS3r3aXs17PEbw6WpAD/liAiEAwP0mv55zCg0QOnfRD6gGIjYp3zo6VFewyaBC9Cjuseg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"files":["cli.js"],"scripts":{"lint":"jshint test *.js --exclude node_modules && jscs test *.js","test":"mocha --timeout 30000 && npm run-script lint","test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"hutson@hyper-expanse.net"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog-cli.git","type":"git"},"_npmVersion":"5.6.0","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"9.5.0","dependencies":{"meow":"^3.7.0","lodash":"^4.1.0","tempfile":"^1.1.1","add-stream":"^1.0.0","conventional-changelog":"^1.1.11"},"devDependencies":{"q":"^1.5.1","chai":"^3.4.1","jscs":"^2.7.0","mocha":"*","jshint":"^2.8.0","shelljs":"^0.6.0","concat-stream":"^1.5.1"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli-1.3.9.tgz_1517801331553_0.1251439389307052","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"1.3.10":{"name":"conventional-changelog-cli","version":"1.3.10","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@1.3.10","maintainers":[{"name":"anonymous","email":"ben@npmjs.com"},{"name":"anonymous","email":"hutson@hyper-expanse.net"},{"name":"anonymous","email":"hello@mario-nebl.de"},{"name":"anonymous","email":"andrewbgoode@gmail.com"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog-cli","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog-cli/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"6745505a170052533b00fa1cc73a1348caa4bc55","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-1.3.10.tgz","fileCount":5,"integrity":"sha512-lzBpocWSV0ZFpf+lPnZZAfQAjvh8ZKrNveKfI50Ju92QvqP0qjih6Wd2pLjla0GgvIqaWUW+wKHxtIypnhF2rQ==","signatures":[{"sig":"MEUCIDZQY9ylSX3VMpGpqyxszCrTtNixwlRBqldxa/rG8IyXAiEA96LWelyUQxGljicyrtuzOrSt/mGtLhYI1/sNo6SAPWk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19162},"files":["cli.js"],"scripts":{"lint":"jshint test *.js --exclude node_modules && jscs test *.js","test":"mocha --timeout 30000 && npm run-script lint","test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"hutson@hyper-expanse.net"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog-cli.git","type":"git"},"_npmVersion":"5.6.0","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"9.5.0","dependencies":{"meow":"^3.7.0","lodash":"^4.1.0","tempfile":"^1.1.1","add-stream":"^1.0.0","conventional-changelog":"^1.1.12"},"_hasShrinkwrap":false,"devDependencies":{"q":"^1.5.1","chai":"^3.4.1","jscs":"^2.7.0","mocha":"*","jshint":"^2.8.0","shelljs":"^0.6.0","concat-stream":"^1.5.1"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli_1.3.10_1518449890544_0.8415638053377053","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"1.3.12":{"name":"conventional-changelog-cli","version":"1.3.12","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@1.3.12","maintainers":[{"name":"anonymous","email":"ben@npmjs.com"},{"name":"anonymous","email":"hutson@hyper-expanse.net"},{"name":"anonymous","email":"hello@mario-nebl.de"},{"name":"anonymous","email":"andrewbgoode@gmail.com"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog-cli","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog-cli/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"2941cbf8d7c96777b4bc89683f29114992b8715a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-1.3.12.tgz","fileCount":5,"integrity":"sha512-p8ldsMBjnnwB1AwtDUBZI3jBs/6p7Jfd8Fhk2bfEru5YybHRRrMqNeIfVeJLTCW5GDhOyCqMXl4UZHKoDBur+A==","signatures":[{"sig":"MEYCIQD7fVmYgGNA2OiqvHCTLNYsmnr5hFvHFmogsWmB9cYgtgIhAIIVOWKqQ8SZ9LKeL5Yg7by66QY55s16LsWC8Jv0mim9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19697},"files":["cli.js"],"scripts":{"lint":"jshint test *.js --exclude node_modules && jscs test *.js","test":"mocha --timeout 30000 && npm run-script lint","test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"ben@npmjs.com"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog-cli.git","type":"git"},"_npmVersion":"5.4.2","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"8.8.1","dependencies":{"meow":"^3.7.0","lodash":"^4.1.0","tempfile":"^1.1.1","add-stream":"^1.0.0","conventional-changelog":"^1.1.14"},"_hasShrinkwrap":false,"devDependencies":{"q":"^1.5.1","chai":"^3.4.1","jscs":"^2.7.0","mocha":"*","jshint":"^2.8.0","shelljs":"^0.6.0","concat-stream":"^1.5.1"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli_1.3.12_1518539290160_0.7382001000527747","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"1.3.13":{"name":"conventional-changelog-cli","version":"1.3.13","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@1.3.13","maintainers":[{"name":"anonymous","email":"ben@npmjs.com"},{"name":"anonymous","email":"hutson@hyper-expanse.net"},{"name":"anonymous","email":"hello@mario-nebl.de"},{"name":"anonymous","email":"andrewbgoode@gmail.com"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog-cli","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog-cli/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"8cb5855bc3c684aa8f5dc96e848d1fa5a82eee1e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-1.3.13.tgz","fileCount":5,"integrity":"sha512-kvXPr85fOvwkzcIjKDj8Og0RS1EQjQNgMsxMKprT5eGjXl9qGOB36HqZ2haIHY8/IGCoBgp8FQ2Afu2vBkvPNg==","signatures":[{"sig":"MEUCIQCD9cUCh6SQq5f8fdEecQFo2nrKCnyEgy6Os0gA+i1eQQIgfqGCVSTl3eAS3q5tFFBXk94Pl7jt1EAQBLUqpHDpP6w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19964},"files":["cli.js"],"scripts":{"lint":"jshint test *.js --exclude node_modules && jscs test *.js","test":"mocha --timeout 30000 && npm run-script lint","test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"ben@npmjs.com"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog-cli.git","type":"git"},"_npmVersion":"5.5.1","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"8.4.0","dependencies":{"meow":"^3.7.0","lodash":"^4.1.0","tempfile":"^1.1.1","add-stream":"^1.0.0","conventional-changelog":"^1.1.15"},"_hasShrinkwrap":false,"devDependencies":{"q":"^1.5.1","chai":"^3.4.1","jscs":"^2.7.0","mocha":"*","jshint":"^2.8.0","shelljs":"^0.6.0","concat-stream":"^1.5.1"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli_1.3.13_1518545151168_0.7938998843049314","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"1.3.14":{"name":"conventional-changelog-cli","version":"1.3.14","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@1.3.14","maintainers":[{"name":"anonymous","email":"ben@npmjs.com"},{"name":"anonymous","email":"hutson@hyper-expanse.net"},{"name":"anonymous","email":"hello@mario-nebl.de"},{"name":"anonymous","email":"andrewbgoode@gmail.com"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"2560f640929baf97bb65457f77a12a57d5322852","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-1.3.14.tgz","fileCount":5,"integrity":"sha512-XxGHKAzt/Z0++OCnVG1S7XXuKZETI8ZUczfHoJniR1t0wNtlE2tJ1MPBHoLCPgYIGTPOe80EcSbHL6RQni54Tw==","signatures":[{"sig":"MEUCIQCUoF7ET2y4Cmu0oGjryjiDlZ/avVVXKiY8eaF97SvnJwIgbM8WDrRjNUQOFKyoCr2YMP64Xt58UR0YJPkki2I6/8U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20482},"files":["cli.js"],"scripts":{"lint":"jshint test *.js --exclude node_modules && jscs test *.js","test":"mocha --timeout 30000 && npm run-script lint","test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"hutson@hyper-expanse.net"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"5.6.0","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"8.9.4","dependencies":{"meow":"^3.7.0","lodash":"^4.1.0","tempfile":"^1.1.1","add-stream":"^1.0.0","conventional-changelog":"^1.1.16"},"_hasShrinkwrap":false,"devDependencies":{"q":"^1.5.1","chai":"^3.4.1","jscs":"^2.7.0","mocha":"*","jshint":"^2.8.0","shelljs":"^0.6.0","concat-stream":"^1.5.1"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli_1.3.14_1519100449548_0.8083071591234863","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"1.3.15":{"name":"conventional-changelog-cli","version":"1.3.15","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@1.3.15","maintainers":[{"name":"anonymous","email":"ben@npmjs.com"},{"name":"anonymous","email":"hutson@hyper-expanse.net"},{"name":"anonymous","email":"hello@mario-nebl.de"},{"name":"anonymous","email":"andrewbgoode@gmail.com"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"cd7f0e64473f1cecee902ee5ee00548ea91bcc9e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-1.3.15.tgz","fileCount":5,"integrity":"sha512-0BP2dMPF7wo1i82n5bpDgz7QhQ/J3VwgSsM1SLk08DCmZUoGjtIsNqr6tp/XjqhPU03nfm4/JFoE/XIl1x2eFg==","signatures":[{"sig":"MEUCIBdLeZ/iGSQJ8BZxoUfXhiCT4ptNQjGWQFMmHTqATJO1AiEApHJrHdWP0uOkT4M/yonihkksCGkltBhG68hkSlsg5Pk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20709},"files":["cli.js"],"scripts":{"lint":"jshint test *.js --exclude node_modules && jscs test *.js","test":"mocha --timeout 30000 && npm run-script lint","test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"hutson@hyper-expanse.net"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"5.6.0","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"8.9.4","dependencies":{"meow":"^4.0.0","lodash":"^4.2.1","tempfile":"^1.1.1","add-stream":"^1.0.0","conventional-changelog":"^1.1.17"},"_hasShrinkwrap":false,"devDependencies":{"q":"^1.5.1","shelljs":"^0.8.0","concat-stream":"^1.6.0"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli_1.3.15_1519510377416_0.3857041731996884","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"1.3.16":{"name":"conventional-changelog-cli","version":"1.3.16","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@1.3.16","maintainers":[{"name":"anonymous","email":"ben@npmjs.com"},{"name":"anonymous","email":"hutson@hyper-expanse.net"},{"name":"anonymous","email":"hello@mario-nebl.de"},{"name":"anonymous","email":"andrewbgoode@gmail.com"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"69acdcc4b68b4d123c5945868dffe394960cea9d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-1.3.16.tgz","fileCount":5,"integrity":"sha512-zNDG/rNbh29Z+d6zzrHN63dFZ4q9k1Ri0V8lXGw1q2ia6+FaE7AqJKccObbBFRmRISXpFESrqZiXpM4QeA84YA==","signatures":[{"sig":"MEQCIBs6QCbgCNqjrhjVA5aoVekj8MWV5tuqC6I/wDQy3lCvAiBoUELFrPmyqvOGCdRYyBY0un98IG9vt77L7mJ86yviIw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20972},"files":["cli.js"],"scripts":{"lint":"jshint test *.js --exclude node_modules && jscs test *.js","test":"mocha --timeout 30000 && npm run-script lint","test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"hutson@hyper-expanse.net"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"5.6.0","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"9.6.1","dependencies":{"meow":"^4.0.0","lodash":"^4.2.1","tempfile":"^1.1.1","add-stream":"^1.0.0","conventional-changelog":"^1.1.18"},"_hasShrinkwrap":false,"devDependencies":{"q":"^1.5.1","shelljs":"^0.8.0","concat-stream":"^1.6.0"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli_1.3.16_1520046913838_0.7461640233891382","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"1.3.17":{"name":"conventional-changelog-cli","version":"1.3.17","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@1.3.17","maintainers":[{"name":"anonymous","email":"ben@npmjs.com"},{"name":"anonymous","email":"gustaf.dalemar@gmail.com"},{"name":"anonymous","email":"hutson@hyper-expanse.net"},{"name":"anonymous","email":"hello@mario-nebl.de"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"6455c22dbd439e2ad8054167f37ec7562c8c4e84","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-1.3.17.tgz","fileCount":5,"integrity":"sha512-zXGWyxB4MmEbsTjr5PGP9cxOB9wsLskGMa/2+VyMmDrR5c6DJaoRrg/UH6tRaESK3vbIh0yHnKcA+4jDEfmhNw==","signatures":[{"sig":"MEYCIQDuMlkGT3GAQ3SaKc158ipgdtZVpYbjtznbq9UCfTFpNQIhAPbarN3+lZcTR2wXUaEt0yY3RjcHP+cNe368WkHHM1bv","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21138},"files":["cli.js"],"scripts":{"lint":"eslint --fix .","test":"mocha --timeout 30000 && npm run-script lint","test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"hutson@hyper-expanse.net"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"5.7.1","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"8.10.0","dependencies":{"meow":"^4.0.0","lodash":"^4.2.1","tempfile":"^1.1.1","add-stream":"^1.0.0","conventional-changelog":"^1.1.19"},"_hasShrinkwrap":false,"devDependencies":{"q":"^1.5.1","shelljs":"^0.8.0","concat-stream":"^1.6.0"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli_1.3.17_1521726483403_0.4147080293378629","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"1.3.18":{"name":"conventional-changelog-cli","version":"1.3.18","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@1.3.18","maintainers":[{"name":"anonymous","email":"ben@npmjs.com"},{"name":"anonymous","email":"gustaf.dalemar@gmail.com"},{"name":"anonymous","email":"hutson@hyper-expanse.net"},{"name":"anonymous","email":"hello@mario-nebl.de"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"90fbfa20434c6fd71938ddcd6cc6908ee76c9a74","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-1.3.18.tgz","fileCount":5,"integrity":"sha512-mTbbXd5q5u192rDqCsVGFUB1gUcFZhuFB/HNH65JhU+xJLBAyPbWkEyOIt0BsoluE7vfzsbaWFgI/N0OF8l8cw==","signatures":[{"sig":"MEUCIDqiQMSPkRNaApjF3/Axg8AnDQjl4NjwGNFifI6RF4n2AiEA0fXSuh6HoP+lGTCDpYU6cH+aHopt2xsfjQc/pGTf5UI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21401},"files":["cli.js"],"scripts":{"lint":"eslint --fix .","test":"mocha --timeout 30000 && npm run-script lint","test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"hutson@hyper-expanse.net"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"5.7.1","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"8.10.0","dependencies":{"meow":"^4.0.0","lodash":"^4.2.1","tempfile":"^1.1.1","add-stream":"^1.0.0","conventional-changelog":"^1.1.20"},"_hasShrinkwrap":false,"devDependencies":{"q":"^1.5.1","shelljs":"^0.8.0","concat-stream":"^1.6.0"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli_1.3.18_1522163566468_0.4234429660090324","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"1.3.19":{"name":"conventional-changelog-cli","version":"1.3.19","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@1.3.19","maintainers":[{"name":"anonymous","email":"ben@npmjs.com"},{"name":"anonymous","email":"gustaf.dalemar@gmail.com"},{"name":"anonymous","email":"hutson@hyper-expanse.net"},{"name":"anonymous","email":"hello@mario-nebl.de"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"18b03462c760638faed0d321695f4b5374e246d3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-1.3.19.tgz","fileCount":5,"integrity":"sha512-G14g8e4gyaXSIwNeI+QpK3NjLEil4GBBjq8gpy6nHJUlQlKmnJfwO4NEEp/7XAcfwLIJnWIPeEeh1b6Bm3jCHA==","signatures":[{"sig":"MEUCIE6M6Gan8rPsmnT9iZO18fQ0QGvXUgmIVlUDTUnIvoiBAiEAkDhB0SJbVJrQP2zCOsga3fSCBEGZSfKAhKm6hzR3h0s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21664},"files":["cli.js"],"scripts":{"lint":"eslint --fix .","test":"mocha --timeout 30000 && npm run-script lint","test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"hutson@hyper-expanse.net"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"5.7.1","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"8.10.0","dependencies":{"meow":"^4.0.0","lodash":"^4.2.1","tempfile":"^1.1.1","add-stream":"^1.0.0","conventional-changelog":"^1.1.21"},"_hasShrinkwrap":false,"devDependencies":{"q":"^1.5.1","shelljs":"^0.8.0","concat-stream":"^1.6.0"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli_1.3.19_1522164383668_0.0309128389836395","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"1.3.20":{"name":"conventional-changelog-cli","version":"1.3.20","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@1.3.20","maintainers":[{"name":"anonymous","email":"ben@npmjs.com"},{"name":"anonymous","email":"gustaf.dalemar@gmail.com"},{"name":"anonymous","email":"hutson@hyper-expanse.net"},{"name":"anonymous","email":"hello@mario-nebl.de"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"f2b5ad8f73334879b645721c11292032c0b93a88","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-1.3.20.tgz","fileCount":5,"integrity":"sha512-tw5NsliHuYkmKkbOfXeQb0O8v25hUm2FGeWkSDT+xhLq3O2xFFOpS3wKe+lc8FJFzJgZJ8F1F8AEDOkXtO/42g==","signatures":[{"sig":"MEUCIQD7s8F5W3nq6GguYcI8YcbSriEXoQWGf3Jcp6+C+/SGnAIgSIZWlyPuaTDNYn/YDFvjDLbU6ieLAn+d68SsUPDV47U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21986},"files":["cli.js"],"scripts":{"lint":"eslint --fix .","test":"mocha --timeout 30000 && npm run-script lint","test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"hutson@hyper-expanse.net"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"5.7.1","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"8.10.0","dependencies":{"meow":"^4.0.0","lodash":"^4.2.1","tempfile":"^1.1.1","add-stream":"^1.0.0","conventional-changelog":"^1.1.22"},"_hasShrinkwrap":false,"devDependencies":{"q":"^1.5.1","shelljs":"^0.8.0","concat-stream":"^1.6.0"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli_1.3.20_1522164918327_0.053051979006173866","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"1.3.21":{"name":"conventional-changelog-cli","version":"1.3.21","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@1.3.21","maintainers":[{"name":"anonymous","email":"ben@npmjs.com"},{"name":"anonymous","email":"gustaf.dalemar@gmail.com"},{"name":"anonymous","email":"hutson@hyper-expanse.net"},{"name":"anonymous","email":"hello@mario-nebl.de"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"f6b063102ba34c0f2bec552249ee233e0762e0a4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-1.3.21.tgz","fileCount":5,"integrity":"sha512-K9VBljxzuATZCLTVnI83PN7WdeRJRPPB5FumuLk4ES3E+m2YJvX07DRbdJlINk6C2DeAjj4ioS5JvsvJaaCRbA==","signatures":[{"sig":"MEYCIQCCT6L1jZvm1d8Sti4YY3HuRASv6YAPYbcp8m9mR9efuQIhAN1XkPPb8N4WSeMU3FWEJb6qDpiaFBcRXh1tZ/hT+mYz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22249},"files":["cli.js"],"scripts":{"lint":"eslint --fix .","test":"mocha --timeout 30000 && npm run-script lint","test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"hutson@hyper-expanse.net"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"5.7.1","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"8.10.0","dependencies":{"meow":"^4.0.0","lodash":"^4.2.1","tempfile":"^1.1.1","add-stream":"^1.0.0","conventional-changelog":"^1.1.23"},"_hasShrinkwrap":false,"devDependencies":{"q":"^1.5.1","shelljs":"^0.8.0","concat-stream":"^1.6.0"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli_1.3.21_1522205902894_0.9427308922955111","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"1.3.22":{"name":"conventional-changelog-cli","version":"1.3.22","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@1.3.22","maintainers":[{"name":"anonymous","email":"ben@npmjs.com"},{"name":"anonymous","email":"gustaf.dalemar@gmail.com"},{"name":"anonymous","email":"hutson@hyper-expanse.net"},{"name":"anonymous","email":"hello@mario-nebl.de"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"13570fe1728f56f013ff7a88878ff49d5162a405","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-1.3.22.tgz","fileCount":5,"integrity":"sha512-pnjdIJbxjkZ5VdAX/H1wndr1G10CY8MuZgnXuJhIHglOXfIrXygb7KZC836GW9uo1u8PjEIvIw/bKX0lOmOzZg==","signatures":[{"sig":"MEUCID40dV+6cH8m7hNdehz2uBU2HQO2i/is6Xg82ehks3bRAiEAueKsf9KJ+3HnOyFxNDKqoRW+UUpajtdRc+GX67ok10M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22512,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa1KT/CRA9TVsSAnZWagAA/YsP/20LLgiVMkkV7vlm+zT0\ndXKoiEL+maKmVm+fCu6sJ5WW9Sf9g0z4iHwX1TjE3k/q5l8gqMlhPC3aGEJz\ngDPMau4Cs18SVibl1lTqoAO1GE2k7Vs3P80wsJZOe4Kf7kUbJyJqFDLcX0y2\nHq3sbTQcIEphHmORknjctFciC0fJqQD5HOZ82/Pn3rLXdS1nK0rM1nrCXKT/\n5rNaO19BQs9jENQCs6YR0frez8XMECDqC+thlotQCWxMVM4KR/5gjtmlt7oy\nNJxHC78anctKcr2HOfwH4juAIvbEZmO+jjlpul1akc6JOijYVBa3jO6NkDkO\nCaQruSm3SApImLhVRMngpMQ5kQpmRjsjTRgC9KuLFDLf12MD43ao1vl/4DBy\nqOJpDdN17IlafaVrRpnIlnAOwErm5d3jvClzv4O76ZMeELkI0ALiRBHVMoMM\n+QugTapBh+B0lmuarVMMFdznEYPLDs0jFGzjgJdn4/TLUlxiAk6wUL2eumdm\nrIqfw46qNWo04DRs4Nf+sGooWIn8xJJk1oTHnnCZSKHK3WfVPDG4G4Pv+cs7\nph7xPkmRmzXKROuXl5uiNkgqmJf9MJpuVJoVgtczrmmeNsrBHxWBsGHpmoVU\nwus/0Mo0PZ5HTC2V9GyKeQZOlwExkjW4nXjJF4uqfeUA5T07vWqhXlrx6xR4\nhZyf\r\n=tG4C\r\n-----END PGP SIGNATURE-----\r\n"},"files":["cli.js"],"scripts":{"lint":"eslint --fix .","test":"mocha --timeout 30000 && npm run-script lint","test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"hutson@hyper-expanse.net"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"5.6.0","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"8.11.1","dependencies":{"meow":"^4.0.0","lodash":"^4.2.1","tempfile":"^1.1.1","add-stream":"^1.0.0","conventional-changelog":"^1.1.24"},"_hasShrinkwrap":false,"devDependencies":{"q":"^1.5.1","shelljs":"^0.8.0","concat-stream":"^1.6.0"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli_1.3.22_1523885310458_0.9098394397407918","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"2.0.0":{"name":"conventional-changelog-cli","version":"2.0.0","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@2.0.0","maintainers":[{"name":"anonymous","email":"ben@npmjs.com"},{"name":"anonymous","email":"gustaf.dalemar@gmail.com"},{"name":"anonymous","email":"hutson@hyper-expanse.net"},{"name":"anonymous","email":"hello@mario-nebl.de"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"2dc42b81e3092220c17d25a9b854b60a7ca29fdf","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-2.0.0.tgz","fileCount":5,"integrity":"sha512-tFLPdjlPBqH2XOdoFBHj/O1lbNdK6A+LfL0jzNUP+J3mEFSyGL3T+6F6/jansPQOmm1GVNhlo9OO3BYF0nr/4w==","signatures":[{"sig":"MEYCIQDOkuWMh//IdSGrQYNXsdtgEo0rpyn2eCWSEtNXvJProgIhAI5KAp7OcGNTb2tXdd5oxIvft91HwbCt+LgDUamdEgFs","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23229,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbDWOCCRA9TVsSAnZWagAACL4QAJdYRFVVr94gZ1Zy76cu\nuTFXsujScqq2R4qOUJmYO/19mg5Typ92kpP90Z5SgA8IV+aO76KI4uafw1Hn\nPi4zpdoHgcUpU/4FfUqNhI5TPLPVaIzYfOBG24TlUGuhN5QxdhaxspiCEQcE\nv7lq3lJvaLIAfPY+mS3g6zRoi45gUnvFCeuxGQw/tbEvyd/l3Gaw8cMyOVwv\nCnPvMqNirovPeTI04hPTpYsUmVey0gK0ItBGgmJ1TiuE2ThvdObk8vFLzx57\nlF5Kw+gkug5UT3eAzfvuINsL6+rAH26dd/3xKzEW6KB2spM51nMc05huc1TQ\nWybxl1d86tRShezwEZuEZgTilmwA19L4BNJMsXIoSNWXWYBvAZJw9vXc78Zr\n1pBve7l/V5ryunwZtocVi5yJ30ATRyghBEhvP/sXlFv85wRDnEWlveCWsFh0\ntpy7ADHOXpakZXOiJ54vdO63RSZd0w/ws9KaveQyYnYBjo4+OnAN82Eu6uhL\njWzSJb0pAdP97KN3I7BUEZ+rz3EKf8eOuvOWDkqSyrYrOPZwfgc8Uxt0dpGx\nsl7gdxPMOKLS6r/twKc8d0RVpsP9BIvm1nzMfwrtit2QgkXiDG3cjtk9G6ro\nDfndfvp3H28G9qESskh0xxMgvXFDi0g0hnB2guyw4FvFexB9tiuPHNCuXYiv\nubih\r\n=H+so\r\n-----END PGP SIGNATURE-----\r\n"},"files":["cli.js"],"engines":{"node":">=6.9.0"},"scripts":{"lint":"eslint --fix .","test":"mocha --timeout 30000 && npm run-script lint","test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"hutson@hyper-expanse.net"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"5.6.0","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"8.11.2","dependencies":{"meow":"^4.0.0","lodash":"^4.2.1","tempfile":"^1.1.1","add-stream":"^1.0.0","conventional-changelog":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"q":"^1.5.1","shelljs":"^0.8.0","concat-stream":"^1.6.0"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli_2.0.0_1527604097681_0.5798878313940858","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"2.0.1":{"name":"conventional-changelog-cli","version":"2.0.1","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@2.0.1","maintainers":[{"name":"anonymous","email":"ben@npmjs.com"},{"name":"anonymous","email":"gustaf.dalemar@gmail.com"},{"name":"anonymous","email":"hutson@hyper-expanse.net"},{"name":"anonymous","email":"hello@mario-nebl.de"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"1bceb924a063b05757e131e93d6674bd7d3f5bc7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-2.0.1.tgz","fileCount":5,"integrity":"sha512-gQzMbLyPNYymbzJncJNBapLZTXEtXrq6qmQOJH0w/jVX9fxIli4sLalQgzEPjD7M1noLJd1cIdQAP1R++TkGxg==","signatures":[{"sig":"MEQCIAuI9BaXDlYaHkZgdRiYZ0X1CD5dhpnup0/+x8vP7+z4AiBSAQHlT2gxa5Lty3qyFaKLdQgPmifRUccWHNO0w/FIcw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23488,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbF/CoCRA9TVsSAnZWagAApggP/AlgEbc/j19HBrcMNxcQ\nv/f5voZhpcc6nR7EPlSCX2gUFiy1c3QotV+XaqynVT/y+kF3GiLmcvkFsXWE\ndPUQDu5lHb5nIIP2EI4OTW3ihsRgx35JKYKwxHthDK3jmcAY6cWPkGY99YUA\ne3PBdYBn6356eDiJUyTVTm/eRMsg3H/TXl9jU+ZqijyyqEQU3v3ty8LRVM85\nqWeB3kxSr8WBsj96zI2SMCQ06TYVzZvCtn8xmd+2Z10IlRIQe7OLOw9IV6ET\nrQy3wMGLVXEb9aC2F8v1jkfmVY2By2DfoyBh8vWMWuzPC5SuFLlOiGonY240\nIw/lWU/vZOW/Iylcj5PXTO82vaA/qyp/kMDcsEEa0ie0YSb7B5CZ2vDsTgl0\n7RKnYQMQIdHfVsFVZ6EVrZE3GKrW+jlWkBUFlSTqp19knC+sBJYo1wMwTb0Q\n1mVPAChMTFu7aTgZ8slhhuYAvsBEqHKKsxOL0XVxy4ImMTDrTlsMwQHEh1y7\nATsSUFn4CdKcVUjKrBIWSg/VeWtYXUxkvhH9X5zPUyLK0d7ws6SXU56g2P1r\nSA4eOEvABg1mNbiz9D2o1C0Dl4FwjCL52lhsKtM7kWT0lT0r+PeSajP2o5ER\nwwbkYHwBUoDNAX1P8QDp1N73Q+90rVZt9rJaGonfTbZLmUYDFjHLLeH0xdxX\nVNlu\r\n=b2h9\r\n-----END PGP SIGNATURE-----\r\n"},"files":["cli.js"],"engines":{"node":">=6.9.0"},"scripts":{"lint":"eslint --fix .","test":"mocha --timeout 30000 && npm run-script lint","test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"hutson@hyper-expanse.net"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"5.6.0","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"8.11.2","dependencies":{"meow":"^4.0.0","lodash":"^4.2.1","tempfile":"^1.1.1","add-stream":"^1.0.0","conventional-changelog":"^2.0.1"},"_hasShrinkwrap":false,"devDependencies":{"q":"^1.5.1","shelljs":"^0.8.0","concat-stream":"^1.6.0"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli_2.0.1_1528295590852_0.05734450278393499","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"2.0.2":{"name":"conventional-changelog-cli","version":"2.0.2","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@2.0.2","maintainers":[{"name":"anonymous","email":"ben@npmjs.com"},{"name":"anonymous","email":"gustaf.dalemar@gmail.com"},{"name":"anonymous","email":"hutson@hyper-expanse.net"},{"name":"anonymous","email":"hello@mario-nebl.de"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"2bc2dcbdde288624d3dd1ae213e9d635b98d2f2e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-2.0.2.tgz","fileCount":5,"integrity":"sha512-OQEuFxZPMrk2QIp8ykRW6yo+CvpeH3wohXpCshossZFhsbh+W3Th0fzxn5PftXz09+i7MQxmZqTFAT8eqcr3CQ==","signatures":[{"sig":"MEYCIQDg/ojgrmG9xoTBKAklicHCDvUXw0yb0U0UtOTmEw6ryQIhAOa1DTcb0+bkAEnVqEGdSTuNp99gCNdPgWK0MXuMUXZH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24033,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbfGAjCRA9TVsSAnZWagAAqn8P/RROSCLz23Rvx4dq9upR\nAFGO0BV6lAY1dfzd319xk7+HYDOS9nhfjCx3ryGUeqEKqcYQxzceaKWjljSL\nSsCAzSalYQUjkYghwKAxm/NpnA0CDRbWjSgPsYc8laznJ3eyudGIEp7fBrkh\n/8BGC4DuPUCrXylNGNssIiPZkXjG8sb4kGxUT62QTwhLbwOoSRMK2CbWMNmo\nJxyWQ/U5Jmm5suxkwQ1KpupT9rPt1gkwPFL08DeU5JW2yEMGQ9YvhXXphux7\nkZNYIjuNlimpfedaNDCWZB2ox6PhY5wCgWK7PpGXshEtt/486K9b1F39D5In\nP9clXtbvWP6UdJ5w8KdpAx5LpvTJC9FFKMXq7PDQuRuc6cLXR4plvdJR1L56\nJZ4uzWvp+mKgu88xdCwar/c2LCuIACE9qEJAJWLt5NvU762wlL46vHyt/EWM\n2rpaIXOptGRPFLevbx1tXH7EcvRSStwjyUGFOQnbR5uvToLcfKXQV9zHCCnX\nt0HXtmUgTYUjRdyCwWXznwEhdJ5PKww8j+BGOgm3d8E5FlDmv4huQTQG7+cU\nFl93lTSW9mZU+b4k12QSyo8Cq5/pZ3MncLrebufTJSweK3eJzvlQd1gb9Xnc\no9BNlO1mdAz8NktxlJonq1SlGBWY+/4g4uvhbrK1RQl6EzGpB9mYApodY4jp\nYdZ7\r\n=cwGG\r\n-----END PGP SIGNATURE-----\r\n"},"files":["cli.js"],"engines":{"node":">=6.9.0"},"scripts":{"lint":"eslint --fix .","test":"mocha --timeout 30000 && npm run-script lint","test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"hutson@hyper-expanse.net"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"6.4.0","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"10.9.0","dependencies":{"meow":"^4.0.0","lodash":"^4.2.1","tempfile":"^1.1.1","add-stream":"^1.0.0","conventional-changelog":"^2.0.2"},"_hasShrinkwrap":false,"devDependencies":{"q":"^1.5.1","shelljs":"^0.8.0","concat-stream":"^1.6.0"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli_2.0.2_1534877731475_0.29536258577033325","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"2.0.3":{"name":"conventional-changelog-cli","version":"2.0.3","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@2.0.3","maintainers":[{"name":"anonymous","email":"ben@npmjs.com"},{"name":"anonymous","email":"gustaf.dalemar@gmail.com"},{"name":"anonymous","email":"hutson@hyper-expanse.net"},{"name":"anonymous","email":"hello@mario-nebl.de"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"f350c9d83a4b17482d66f9f3bd44bf826b98f493","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-2.0.3.tgz","fileCount":5,"integrity":"sha512-5bJm91YgkeQvQ5wa2cKPg2o6ArWX/S3XtqsvjkL7O23jUIb6oK3x/EVkurkVEmD2JN1d8q3JiOGRr6XGtpLFPg==","signatures":[{"sig":"MEUCIQCFUkmLJGfT9t4wItem/Xix1WZ6Mmlt66zpUelwyi1bOwIgZ6mIsXsQop6f408MI//fWPYawb81TxS7DnWLMitWikg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24292,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbfGFOCRA9TVsSAnZWagAASgAP/05EOJlFbVB22FElhV3W\nlfPQrFCKId5T+sn/1uocnkvHZD0oAVRWse7FVSwsiKjzEN3aS4G7QEbeAz+7\nB+qVZK5Q6WyDjqNov0ElRQ6dGRCH8EjY5VYM6C5q7UA7F795+tVN38BLlSEc\nqIw2mzroyN73DMCO4b6rFgTzW2sW3OW/EncQZKQxvg2fJaS4RZQS/JLSCx1n\n2XVlns9rg1QUY9KZeKsP1RNX7M7LHMAcv4rKZEJHrvIza2mhW0+F2Hgwbqn1\nnKtzBVnhOnB2VY7Clqly8QdnMOot1PFWMw4tpLCm0fwMozz5skxBCFYwKloc\nAcTxgRjFSBYV6HQuQaDCqzJAXb3KXvf50O+Y+xDLaXQCD40GJA+jFhVooCTo\n9d4p+VQQl2c/Q28OdHYZnScN/XeB0L/93y1bOJvKW844BIhxjPnKSCsWlCLc\nccAzdwvk5QSioeuZl2A5z7VsU8DuHY412J+vjKEK5XjEAvwvbPp5jSjyCL3i\nN1M5B3LqMcHla0bQQZcEou28HOZYYAC+S+JRvHiztJtz7HewXuNRYB1FI+T5\n1tmZGYuXg/ubKklbot+tJ59avg5iMej2QXppQ5uuHSSs7EAKpORq/3M7Kfu2\nsrWZ+QygBUVcFXklcmC8EDh65cuFRTmy0cxHcOLwoMrlMuPu5Hf30P7mWPbv\neS90\r\n=qWTz\r\n-----END PGP SIGNATURE-----\r\n"},"files":["cli.js"],"engines":{"node":">=6.9.0"},"scripts":{"lint":"eslint --fix .","test":"mocha --timeout 30000 && npm run-script lint","test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"hutson@hyper-expanse.net"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"6.4.0","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"10.9.0","dependencies":{"meow":"^4.0.0","lodash":"^4.2.1","tempfile":"^1.1.1","add-stream":"^1.0.0","conventional-changelog":"^2.0.3"},"_hasShrinkwrap":false,"devDependencies":{"q":"^1.5.1","shelljs":"^0.8.0","concat-stream":"^1.6.0"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli_2.0.3_1534878029577_0.29300771218168387","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"2.0.4":{"name":"conventional-changelog-cli","version":"2.0.4","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@2.0.4","maintainers":[{"name":"anonymous","email":"ben@npmjs.com"},{"name":"anonymous","email":"gustaf.dalemar@gmail.com"},{"name":"anonymous","email":"hutson@hyper-expanse.net"},{"name":"anonymous","email":"hello@mario-nebl.de"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"9595361cb073e7589769acafe5b35da4b9c7c155","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-2.0.4.tgz","fileCount":5,"integrity":"sha512-CTF7a7bnjDbYoLafElROEQMj5Po/inJIw63n1Yto+RKk+an7Ulm8AOuX9AhHFSWKK0Hbh8HTZ5RjeDFVPpYctA==","signatures":[{"sig":"MEYCIQDbfK2FW6OigQcVAunE5JEL1arWUfapJvBu7BkYk8K9xwIhAOthujOg48JCCAk9Cvlitaedbhx1w4ptd6UIJTIoSiGQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24876,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbfGHECRA9TVsSAnZWagAAjDUP/0ssRbLBXK+la75mQV9A\nJNiTjn+P+0y37bDKBfN2V0Bxtil3I+5X78WS6ts6QKyrGnuCnpwVzQ2K7MFZ\nZeEvjAk+e7TiFdzY7Z9N5GaZ80sOkFs5ixzw0KUq/S3kdbr/6hgSOK4QAc4c\nPA8FTkL2jWal3/X+36+E5+m2Iw/baNjtCcFHhO7vIhGIK2g5h/ONUhaCM7wb\nKpL5Q00RDpF7fM0Rd+WcGwP2e5pReCc3Ve5u25XOx/d6NCjEhUSoQoL/XBTe\n2EUUlUglWeBONtmkZk4bC0sKR0Bob812ESUlcYCLN7L3skG5hL03qfm9G+QU\noQkfbPnXK0DDmSE/zFqmyW/P83DyVCeBPWdUpfKhF7c04NNiT2MTECR/12KO\nHkKEkc6gD5QXMtQqGwgxc43ayMH7OI+u1ps6Wyb3UT4omD3dnrLJD+NNytSt\n4T83NqNeVrq/a2ZxoYKFfS1UlyS6aLjk0q3KW2h2o8Klw/d+UR54axwSu/8+\n5ilp48P9yPZPsLLLEh4y73fa4/nEII5Oyos8e+CCCFX1ywiw6Q8fLXE9hYrm\ntjVLiIoIaSIwjkUgTQLIif8RI5Uu+zhHFbqBUGEAUl9rs2F2V/FKnu9YjC+7\nfwMNuKuEPSLQbKlhfvHppR0jMvq6r+j7EiF1B4/OEsyTT6hFhbgTr+ldOAp9\n29VB\r\n=Yqmz\r\n-----END PGP SIGNATURE-----\r\n"},"files":["cli.js"],"engines":{"node":">=6.9.0"},"scripts":{"lint":"eslint --fix .","test":"mocha --timeout 30000 && npm run-script lint","test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"hutson@hyper-expanse.net"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"6.4.0","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"10.9.0","dependencies":{"meow":"^4.0.0","lodash":"^4.2.1","tempfile":"^1.1.1","add-stream":"^1.0.0","conventional-changelog":"^2.0.3"},"_hasShrinkwrap":false,"devDependencies":{"q":"^1.5.1","shelljs":"^0.8.0","concat-stream":"^1.6.0"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli_2.0.4_1534878147883_0.3218179142122861","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"2.0.5":{"name":"conventional-changelog-cli","version":"2.0.5","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@2.0.5","maintainers":[{"name":"anonymous","email":"ben@npmjs.com"},{"name":"anonymous","email":"gustaf.dalemar@gmail.com"},{"name":"anonymous","email":"hutson@hyper-expanse.net"},{"name":"anonymous","email":"hello@mario-nebl.de"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"37c2477ea43522a5f63e52ad977d8c9e1f863211","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-2.0.5.tgz","fileCount":5,"integrity":"sha512-StqCVo10g194UhyLIhg+M/tTVu6YjGnON/IiQ9Ty/h+dgi9obYAkknwpmmgGJMQ3P3vNRljuZBupz0N2tpdxXg==","signatures":[{"sig":"MEUCIC/LlSChCeltkh7dzoyoi8oifHWpk3a1aKVwuvbxMJQ0AiEAzNtS7Y40DWm2YqyN/wo9Ylai1mW8CjS4GII4i0d6mJU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":25136,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbfGIpCRA9TVsSAnZWagAA2xcP/3Y/YEZqg1LQZGnTDM2C\nvyz3v7LRU3GBI1sm5R3tnx1iTaCJaO5Bc8u6b82ULuugVsj7M9H0uPTdu/2h\nuCua4TVzqHFG03rdZeXToIzUWVfqCOh8RH2HYT/koWTamQ1fqEbDATfyUlM0\nerAHC2lVZuN38MO0awXJSqNy4ojI7DSaRwaNjtH364RHzxYdOMkM+MmgYKd4\n4EYZJS7rsjQ439lNuaSRVAKWtzhSlb9PaCx3Ao98l7iERn1QLiHhLladlLeR\nv25RtRQOs8BLcrD4zjqcyX7BFDC6ifTwHtzydFlemu92tN2nhsrLWYo7mj6c\nXCjVahzbzGQOu7nId1mLpPZ5pS7DeXJw0gJx0QsWVyATRGzJIaxIumFPy+98\n7YdwRODXfurYwYUqzW8+w3qSiAIryUnKykThRBm03pA9QSkXvv/ilX0g9lyv\nvlRBPnEmoYlAsBgt+7nyROgt33+P6Ct+kpIVXks4dW4VAY1TV49w+8BqJ6R5\nMns2c9lvQgMx0EcBShifNot5moYZvwqIkbCABRfCtQdT6E+Wz4KpF7ILcE0Z\nb6lWb09CtWfAWPW+NF0O5pTbFDjFU5jGr6+6YM3fe3GeITnJD8JuDEhHPGOC\nCEYqri5baXCfcMeqpVLnU9hp0UhOskHE9i8aSUQF/lMiCZeMSvS8bYPaAWqe\n9Jxk\r\n=Bj5C\r\n-----END PGP SIGNATURE-----\r\n"},"files":["cli.js"],"engines":{"node":">=6.9.0"},"scripts":{"lint":"eslint --fix .","test":"mocha --timeout 30000 && npm run-script lint","test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"hutson@hyper-expanse.net"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"6.4.0","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"10.9.0","dependencies":{"meow":"^4.0.0","lodash":"^4.2.1","tempfile":"^1.1.1","add-stream":"^1.0.0","conventional-changelog":"^2.0.3"},"_hasShrinkwrap":false,"devDependencies":{"q":"^1.5.1","shelljs":"^0.8.0","concat-stream":"^1.6.0"},"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli_2.0.5_1534878249246_0.3150618807705958","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"2.0.7":{"name":"conventional-changelog-cli","version":"2.0.7","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@2.0.7","maintainers":[{"name":"anonymous","email":"ben@npmjs.com"},{"name":"anonymous","email":"gustaf.dalemar@gmail.com"},{"name":"anonymous","email":"hutson@hyper-expanse.net"},{"name":"anonymous","email":"hello@mario-nebl.de"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"d95587134d386b8421cb3ad09ac7eaced4ca71af","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-2.0.7.tgz","fileCount":5,"integrity":"sha512-KhlVmlQOhbjWAVNhcsuIvlEO5tRDHwXM69x7Ua14fCqDMuYxLXzomcmeEWNersQYK4TL+cX31TskuCDLgCclow==","signatures":[{"sig":"MEYCIQDgO4lIODFH2Oit8J512lxu0hWXlcr0XV4qB8dJpADq1wIhANyov4yhf3LJK6eTWNILMzfPnmnwgaU2BKqTUYWq7JI4","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":25651,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2p0LCRA9TVsSAnZWagAAUroP/RaSuY6ttxS6mYYVRIdD\n9GheZt4O3UNZ0AyWqlhjP0ZZH6+WVyiFouknQiyoeaJIyCG7gGHJVEwQGqb/\nAwitUz8v6ahd1rJCpPFY3qLpLwEr/FEfFzkaG6h2/oYIsfSldld+B/oEBWHW\nJT3XgpTSlkvxp1jpooz9RXpWl+69/rg2XrVcuYoyYbyjCFfUQo2Jc/rvglB6\n1mAHm0F7sil8L1qi8DJ3X9x1me7PJICBSRd/xYRNpvUIJEfmnQJ3z71cjpk5\n8b/0Ra5i/ESxfbp1u5W39eyRd0/yv2l3hrnptNvQa6DREtU8wEcx/VAAGwCX\nlKVhFIt+zYFqTy0HC9KRWoiDMxM4HT+ekiXa/KLkc4o1Ce8rMoJoFjOAObb9\nDBaKeleLVWnaD0lz24P6DAdpwIi2OgZaOmeCHdXfbxqznnZAQOUQRFXhD1qh\n+2npcdV6jqZ52fcHadQijlSUHQt7P0dyxTEfll1VFlJnZtvpOOMDcVIUi5UR\nInhSRHSMB9srf6r5VlZrvsjri1vJi4hugqC2W9DkBPEpEXCYzmpMSb3A2MnU\noMJxPjMzqggiOtdSBbftoi8JvYgJcfnNDZ3xYqsSxyY1kuc5L2Bzc464T+ML\nPVu2fLh6Vw+RMOstLMApfCRoMmShqB+xew+VYgpS5qBUZEszNdbxpfsKnd6n\nNwhl\r\n=d9CX\r\n-----END PGP SIGNATURE-----\r\n"},"_from":"file:conventional-changelog-cli-2.0.7.tgz","engines":{"node":">=6.9.0"},"gitHead":"87de10d038144166a84b2494d452c6f1003e3f01","scripts":{"test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"ben@npmjs.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"6.4.1","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"10.12.0","dependencies":{"meow":"^4.0.0","lodash":"^4.2.1","tempfile":"^1.1.1","add-stream":"^1.0.0","conventional-changelog":"^3.0.1"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli_2.0.7_1541053706819_0.9864365283256114","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"2.0.8":{"name":"conventional-changelog-cli","version":"2.0.8","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@2.0.8","maintainers":[{"name":"anonymous","email":"ben@npmjs.com"},{"name":"anonymous","email":"gustaf.dalemar@gmail.com"},{"name":"anonymous","email":"hutson@hyper-expanse.net"},{"name":"anonymous","email":"hello@mario-nebl.de"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"4d812d9481f2c9c18b6c7492b263024099cee1ca","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-2.0.8.tgz","fileCount":5,"integrity":"sha512-GETYigIZ+NiFh+AkvvhYPziL9/z7K6ApEcqAoR6cv4pg89m6cAf6PuTIBKxbbbP5yI5/wKI4N6+CuYSbLjmELA==","signatures":[{"sig":"MEUCIQCPOj2CaWwWkn84s81eV2fZAgvLDX8NbMOxX9khV5fqcAIgPL9LdMIQCL0SdKGNi/NjndBVMGx1kd8PA3QtZR0Tjoo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":25890,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2p3mCRA9TVsSAnZWagAA3DcP/jBBpa+cT6zd4Nd5ZCFR\nLBb8iDooUfZrVMldDU0zhWEzWZEgDZ5dAqqIbkt4n5o4qVtsUof6BlHG2z/5\nSXE+T0lG6cDTAxqGt2ac5zHlQfuFBJCVUJDMB+n3fQ8G5sWe1vVN0VP3baxV\n4AxBTweiookbn2wxThog4Jfmt5M/uooULKImr/3jGtC0SbEhNuADS9G5q/JH\nktJnr6+4GwZtZUWnYPkajKf2bBFpeXeFORlycnnZdvNtfjGGCwsOvlAFcy/X\nrI899YLgSIc13ePHM+xTlO5RA05GYNF3g9z0sBk/WqkGmnzkDsfYFLLoc6pV\nvPd6CtXdEFQsV6j+k0beyqHIrFIxHyISUSy6Jg4hmmPxl2Xlbav5d6A+XMdD\nt3t/hw9Z0jX6kQCazz1xYI1q0zVhUng29eJtItX4A1HCTndHZz+XdjpIu/k3\nOgsTgfSF3PEm/b9a9s+r2UpKdQS9PaeEjeV1X4e3BcgnjzNJmUe7c6oRBBLK\nGoY+gl6N95mw9WHNzmRUJp1nTNgSf3+ffhcnGykDxrfIj5Zziv8uW9Wj9n3f\nfMGuTpnCpXR4ZhCEAtwH+XTeCfterKwcMQvVCctffzG4j8GAahqq/9gEaz9n\nbM7MO9jGFo00AHgvuF0Noebbi8i4rwW0gQsrz7BfgRRnUdqKyz0mYldlaK3G\nOIK4\r\n=UL4G\r\n-----END PGP SIGNATURE-----\r\n"},"_from":"file:conventional-changelog-cli-2.0.8.tgz","engines":{"node":">=6.9.0"},"gitHead":"adeb3531aa1874d1f9ff4e6da504afeb2e19eb40","scripts":{"test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"ben@npmjs.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"6.4.1","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"10.12.0","dependencies":{"meow":"^4.0.0","lodash":"^4.2.1","tempfile":"^1.1.1","add-stream":"^1.0.0","conventional-changelog":"^3.0.2"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli_2.0.8_1541053925574_0.08900757383705438","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"2.0.9":{"name":"conventional-changelog-cli","version":"2.0.9","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@2.0.9","maintainers":[{"name":"anonymous","email":"ben@npmjs.com"},{"name":"anonymous","email":"gustaf.dalemar@gmail.com"},{"name":"anonymous","email":"hutson@hyper-expanse.net"},{"name":"anonymous","email":"hello@mario-nebl.de"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"da7b938bc4874aafbbda90fc8e1b36ea754b1b30","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-2.0.9.tgz","fileCount":5,"integrity":"sha512-yKAl49kMuLOZ1b0RIbuGCZ85mE6T/MKcO/3BkvHGBSVQhwcY3nX95ZTbr5+kmde+9MAGgpVAwhCkzM78MwqbQA==","signatures":[{"sig":"MEQCIDnGu45DJxB647FFnohWzO08964/AU7jD+csgMX3/r6oAiAV+xZnhYwAWOyu7FVwtx4i+hA+9vIUHNeRFf7MWEumNw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26129,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2p+MCRA9TVsSAnZWagAAQWMP/i3/MheP1O5L2dQ4yl2z\nuMw78yiSACXEa2soX86fzht4Tyvy1w+zY3eiXUA2/uxXqW0oupTHAzknxhX7\nBm0Z2tNzWbAAefnYGBZOEC8q4tTz+yc0vzw49Di22IeIGDklDkWyQJ2mUET8\nvWaaKT1y5qSALnKreQL4O0ivcTVhr1MmUeFgcrwx4BwzY1PIHvEo8svwIdr+\nEeWIpYHCPJhh4ocPX2VneOHDa5hbDKPU515VhBsh8agdi8PBE+SWBJhdP4rZ\nqJ1OhHNedFvUo9KTTUAK1Vz/jCLwNZKT5+moGgnzdzmzlfVNgpQjRmwX9g6o\n8yV44+IwhkxFTbWHa1bgMgyHmKJFvfxPSiIrykKrD0guBuqsQkbAzUH1/DHs\nXjAzXYwq/mmhnsm1cJwXi6WN2whFK5uPAmP1d0+bl+jg79KYVJlIt0ZaBfIu\ncQ1ehJ8dE5HxmAh1VlBhKXtBu+QZXtmL0X9S6DtJZLWUfqP5H8dY+Nj7UeYw\ngHE6pdjlXFyIR1IrZu5OkRBtX/H4QjirEjBNI7aIbnt/He/DLR/51ecFwgHj\njZOMmevBn7Yk8wxObDAjpPB+tAXDyZfi/mLSxEU32qoX/g3REKIlbRYq6Dmg\nQolfH+xTWBIgdsgMBIZSXmiqH1A7NGWVSKG8Zo8eBYVzUZaKkAokxqlZpYut\nMaP0\r\n=FaFr\r\n-----END PGP SIGNATURE-----\r\n"},"_from":"file:conventional-changelog-cli-2.0.9.tgz","engines":{"node":">=6.9.0"},"gitHead":"8a1b35c0683b2222622d0e13b67c567730ce41fb","scripts":{"test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"ben@npmjs.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"6.4.1","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"10.12.0","dependencies":{"meow":"^4.0.0","lodash":"^4.2.1","tempfile":"^1.1.1","add-stream":"^1.0.0","conventional-changelog":"^3.0.3"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli_2.0.9_1541054347363_0.05342132051818815","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"2.0.10":{"name":"conventional-changelog-cli","version":"2.0.10","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@2.0.10","maintainers":[{"name":"anonymous","email":"ben@npmjs.com"},{"name":"anonymous","email":"gustaf.dalemar@gmail.com"},{"name":"anonymous","email":"hutson@hyper-expanse.net"},{"name":"anonymous","email":"hello@mario-nebl.de"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"f9588f875a94e9d11ebfcba89bbdec742e4add05","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-2.0.10.tgz","fileCount":5,"integrity":"sha512-mEbcbJZqYJNDzAneu3SpXeNsKAr8e5qRmBdwwVH445Z7UI1YyVUpXYCy1TIk55DYj2++xGMIl7bki2TPQQ2vUg==","signatures":[{"sig":"MEUCIAkG0YD9Ewihnz5T/qnYo4gmnu9algYNi4dNlQiTkajNAiEA6Wrxyi5visK/FfJE23o5nHvSRzxVnVj0xDfJt+D4KKc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26371,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2qAnCRA9TVsSAnZWagAAiMIP/3Dw+AJYbEUel0Oo1lQI\nPn55XRrYqSulkjMlg8hlUZlOytQWThUc98FgPwnoF5O7fU8ZwRoTNA6ggqYI\nGYqeJRr3hqJ7jtSc8by/lKgMT6ztWp976O20MzQEh0HwzFkAHTZMFR6IbdMT\nMA274PEH6cKP3Il+OlgCB25Ei/W1PclvTGRWgThbJ549eKnjZFgh/+ZTrp+K\nVPilltrwskzD8lx/1/qOVLADd4JPosdJO0bHjiHqa4mhF4jQJykI9NXfi4uu\nm6lucqob3j1vj6HXofWVNZet+r6DTtPmkQk9GKypYBdbgqGSQU8SnI4Vu6Ps\nNsy15Fg+HXdJ/fOVibHyTrdYcj4OBtUxq5i4KnlaYldLQJi+9LTrIQsmBnAM\naApfcK5YdoJ6FHWxPC/zMps7jHPtZQ9faev+RBZun0OviWZIE6uVXIsjS8dZ\naO7k4rBRkJG/6Uv36xs4eaI2iXalr0KPacqMMsuBXjkufOHFqpU54GelCnw8\nrGO8XBO4bKHbL7dw1ujxMxsZNJWwz3yyXSdArfgT7dnvit7KDTXVynXeQC06\n1oYN0+Y+MPZmun+6vAzkORkviOrhkKUxOAOPK8psqS+I+qcRuqsRw70jklcX\nMAoeVGE0QBGFVc5zg9Rhop6bmlT/k5X7XcnCmgkaisldpjomp2/YzYOsAxtN\nQVVE\r\n=cgGF\r\n-----END PGP SIGNATURE-----\r\n"},"_from":"file:conventional-changelog-cli-2.0.10.tgz","engines":{"node":">=6.9.0"},"gitHead":"80ee156a3d42409c7e9d0bc3ff0eed134cb1c529","scripts":{"test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"ben@npmjs.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"6.4.1","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"10.12.0","dependencies":{"meow":"^4.0.0","lodash":"^4.2.1","tempfile":"^1.1.1","add-stream":"^1.0.0","conventional-changelog":"^3.0.4"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli_2.0.10_1541054502478_0.35837721077807694","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"2.0.11":{"name":"conventional-changelog-cli","version":"2.0.11","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@2.0.11","maintainers":[{"name":"anonymous","email":"ben@npmjs.com"},{"name":"anonymous","email":"gustaf.dalemar@gmail.com"},{"name":"anonymous","email":"hutson@hyper-expanse.net"},{"name":"anonymous","email":"hello@mario-nebl.de"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"18210bfcd61660140e3160e6d00d68abe260e493","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-2.0.11.tgz","fileCount":5,"integrity":"sha512-00Z4EZfpuQxvStA5fjJXdixXCtRd5/AUMUOhYKOomhH3cRFqzF/P0MP8vavT9wnGkR0eba9mrWsMuqeVszPRxQ==","signatures":[{"sig":"MEUCIQD8ADpfflv4vFimMKmIj3fiTh8YJ+jNDt+/hyoYDhIn7QIgUQ5Tpfyo3TLMYAGWw0Ncyj9gChD7fqQMgdchQQA7TQ4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26613,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2qC7CRA9TVsSAnZWagAA9E0P/R12sMGQL3r5hC17tJKV\nqJ6bVsdr3Xv7Qqu7VK4VSDXAXn6c51IQq71iHHmN3xFxH2ZVTI8Ls/h9MZF1\nU+Ud5Dz1bVACq6sBZHd17UTqc7XM+0+OWIKL7O8SrMRB7QfnfUP6Xgo+Uzz1\nm26cnhfp9vOt3WNXrTwC3U/DiEvDoXnXWS5yrRHToPU2MIeDwCdgNeBKPtGf\nF2tYZXgQV0czRHQAUkzqKKStRu7aAOjCEYrp83us2lVzWrSJ5FjZczxPvIHj\nXN3/VJhrDp/TAFzlZA0IX3i4c7vox6HQ0XGGzuA53yAhBVTjfK8BzzpQSq1s\n0YCHCRMZeiAI1wexO97VZdsvksmE9zf3F/juLMmvlDib15L+WdZGhJv4SMsm\n9OPyfhYyMG4I7voO/8DMx6KKsUybZQ4rwnqQrRzX5btNQpZXM7/q+tJDDdCE\nv3885vKUxLEQPp0ctOHieBwGXQr8zJsYfh7CMc2NbGTCH+UCc4Z4+o6UstcB\nn5WkUkm8D/5yOUd3IrUbqDmaDNg0knuvmw+layTZbQy2jT/JJLb2Gy6WD0cV\nIrCo0E28dye1Vx1/UCKDK9tajoQQnduK13wYTH0576JZqKQEqYUsmKMC46SF\n2mpvPSFA67vby6F/IiNZH1+apP9ysAMm17Tp3Uiv/Y5y09RYzUUHsiAmk4/W\nsFnM\r\n=oAHg\r\n-----END PGP SIGNATURE-----\r\n"},"_from":"file:conventional-changelog-cli-2.0.11.tgz","engines":{"node":">=6.9.0"},"gitHead":"bfd7593c4ce82c5835a9fa8f45796dfd6d697409","scripts":{"test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"ben@npmjs.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"6.4.1","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"10.12.0","dependencies":{"meow":"^4.0.0","lodash":"^4.2.1","tempfile":"^1.1.1","add-stream":"^1.0.0","conventional-changelog":"^3.0.5"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli_2.0.11_1541054650785_0.21343969182731648","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"2.0.12":{"name":"conventional-changelog-cli","version":"2.0.12","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@2.0.12","maintainers":[{"name":"anonymous","email":"ben@npmjs.com"},{"name":"anonymous","email":"gustaf.dalemar@gmail.com"},{"name":"anonymous","email":"hello@mario-nebl.de"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"ffe04f5430fbc339dc7fa28634c2e0de5dd76e2e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-2.0.12.tgz","fileCount":5,"integrity":"sha512-6wh9W5Gpr9DM40E8cFi0qa6JotVm4Jq+suksuqgKnm544H8ZXsRhgGNXShDASOteY9brv9fX8/+fE/QL1wHqbA==","signatures":[{"sig":"MEQCIDaJQt9JDHv2G6+7D0mDwE1XEKnuEIgK2uv61wxvSy/ZAiAPtkF1Nft9D7Y7bUdPCv0HNuszYrG4jBKfPbOIomOrMA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26855,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcZeX2CRA9TVsSAnZWagAAch4P/jaun1XVTYyx8cgQPtv8\nIOr3mM9VXxYWNDdD0bmzFKOJT99E4WYQ265Fj5Mfh565ZVGzE26+nw/yoLb5\nM8rAmtiZ7M8AJsQ9EeTj4zq7O6AoJIz7y0dtz7CVFOaHT2zHkW/S26LeiTU5\nSqVfjL3Kl3nMBWGyQFT5tp0VuNKJZbnXPjHpaTCwxQL0HI4AoDKzkopc0rv/\ng7SVkhjmbKiFGYtnSa9DUfGcf7oSJTOrpaVAwyfb+MhQa/mcemZ4kBxm1/jb\nVzIG6eXPz+vkRWQY4XJfhrfS43pB+3Ijn1SVN4XfhaaD0Ts3dthGZmcWwG0g\nkeWDM7X+2caxh3KUT+xl6Q7Uk2Nj12WnrEPPIZc/SuEbJ3KASdcd1tcZTM0m\nSXhOHB7vjY2vAIjexJkZgCpMs7uFSPd7etECtxrGJmJ5mi8KPgTjVuDuXRtn\nZaY8Ba4MNAHAJCSVrSTy+NQiCs75rVmqYMkexpyBg3CiygOFN2osuwAq/aok\nL72Z4+Yxv2bJOGqIVig5Pxu20K5Xpl0B47vJRjXhEdfr/+YjTTfDfl9CzwDw\nPGu414FpkE/Qfpr28EQzKhmMs1ccFWGkqG7sKj68Ood3am/tRTnTg52geibh\nQ/6G4+0xNuRN3+qcaYaCeL8RdBgtgt3+xl6qHNumrVHihIft7a8ulmaaz3ja\nIRef\r\n=ZeTV\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=6.9.0"},"gitHead":"97ad96fe893bd5b40ec52e24fe46f4f9cd357a1a","scripts":{"test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"ben@npmjs.com"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"lerna/3.10.7/node@v11.9.0+x64 (darwin)","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"11.9.0","dependencies":{"meow":"^4.0.0","lodash":"^4.2.1","tempfile":"^1.1.1","add-stream":"^1.0.0","conventional-changelog":"^3.0.6"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli_2.0.12_1550181878309_0.13629321893547464","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"2.0.14":{"name":"conventional-changelog-cli","version":"2.0.14","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@2.0.14","maintainers":[{"name":"anonymous","email":"bencoe@gmail.com"},{"name":"anonymous","email":"gustaf.dalemar@gmail.com"},{"name":"anonymous","email":"hutson@hyper-expanse.net"},{"name":"anonymous","email":"hello@mario-nebl.de"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"4795d438019a1734908627082fd2cefdca7b042f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-2.0.14.tgz","fileCount":5,"integrity":"sha512-B+VWr6n9p2k5lb53Y74U9Vh3bZKmjEbQLY2r5n7ZpbHidIKaD9lYJlq1hnxbv9lB0z+HSu7kkbSEPJAzD4uLVQ==","signatures":[{"sig":"MEUCID5Z6ArcSirtv8UDe0oTsvlIPShYlkoD6hpe40aFIeQfAiEA1sdAhnPBRs/ND5Dty13EORwN6erzqMAOFqeNY/Zxan0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27339,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcr7pOCRA9TVsSAnZWagAA7dIP/2+vLzwTervYzLGe3CG6\nLisnUiqAdHmjiA4SsfQ/FF/oG3nEQGIPyMAkfiUs4jaI8oC5ChN6mhwX4iGy\nBn6POG2lBswtIaFcDVpobmUpaL1HywMP/sMygeFuPeo9tW872DzrhMyJGtLw\nuagk1SSMXZiZQs5DMayU9Cl+uMlBqxTFOcWuBaIjBXhkhHRHN6tROr3A2q+S\ncO5l977KmSALCHe5aOAgmzoUoQphBpJEQz0EYCI96QSB0y9w4wwj65/bpOxP\n4iUgKD/xnG3EoSVkxJLoxOTOeKze9K8LcXybGqcU4I+cOJmqcECyM9hXKLKk\nOuVa2d/YnHByhfPynbUBYZvIy3FEdpGNy66mgAxXJwNql0EawM6OIObU31HY\nyTB6vibECE2BCYceEVqm823jiXktP1hmcHu5f5ATlaJ/lM+AZHollesy5MyJ\neQIIw4rZzIt6jx/Hy/ghbiab+SS+fdANAbQA3oeF4mdjfM2KW6q4pZ0XzqYC\n4Oga5jRd3uraR6/4ZSek/aZYy+ZuXLmNrTV0L+v/LF8ojO5Xb78b+/z12jGj\n9x/B3sdSRtk9ITXcCtbqG801cBmiJFn3+DH+3Oecd7lHCoQdiwGkoTGEpiGA\nxntXgFx4se64AHNJvyZSxjtbPqOPpZoxFG5ITG9fOlD6KQTEp387J86CBk80\nOAsS\r\n=PpAf\r\n-----END PGP SIGNATURE-----\r\n"},"readme":"# conventional-changelog-cli\n\n[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]\n\n> Generate a changelog from git metadata\n\n*[Changelog?](https://speakerdeck.com/stevemao/compose-a-changelog)*\n\n**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.\n\n\n## Quick start\n\n```sh\n$ npm install -g conventional-changelog-cli\n$ cd my-project\n$ conventional-changelog -p angular -i CHANGELOG.md -s\n```\n\nThis 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\".\n\nIf you first time use this tool and want to generate all previous changelog, you could do\n\n```sh\n$ conventional-changelog -p angular -i CHANGELOG.md -s -r 0\n```\n\nThis *will* overwrite any previous changelog if exist.\n\nAll available command line parameters can be listed using CLI: `conventional-changelog --help`.\n\n**Hint:** You can alias your command or add it to your package.json. EG: `\"changelog\": \"conventional-changelog -p angular -i CHANGELOG.md -s -r 0\"`.\n\nTo fully customize the tool, please checkout [conventional-changelog](https://github.com/ajoslin/conventional-changelog) and [conventional-changelog-core](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-core) docs. You can find more details there. **Note: `config` here can work with `preset`, which is different than `options.config` in conventional-changelog.**\n\n\n## Example output\n\n- https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog/CHANGELOG.md\n- https://github.com/karma-runner/karma/blob/master/CHANGELOG.md\n- https://github.com/btford/grunt-conventional-changelog/blob/master/CHANGELOG.md\n\n\n## Recommended workflow\n\n1. Make changes\n1. Commit those changes\n1. Make sure Travis turns green\n1. Bump version in `package.json`\n1. `conventionalChangelog`\n1. Commit `package.json` and `CHANGELOG.md` files\n1. Tag\n1. Push\n\nThe reason why you should commit and tag after `conventionalChangelog` is that the CHANGELOG should be included in the new release, hence `gitRawCommitsOpts.from` defaults to the latest semver tag.\n\n\n### With `npm version`\n\nUsing the npm scripts to our advantage with the following hooks:\n\n```json\n{\n  \"scripts\": {\n    \"version\": \"conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md\"\n  }\n}\n```\n\nYou could follow the following workflow\n\n1. Make changes\n1. Commit those changes\n1. Pull all the tags\n1. Run the [`npm version [patch|minor|major]`](https://docs.npmjs.com/cli/version) command\n1. Push\n\nYou could optionally add a `preversion` script to package your project or running a full suit of test.\nAnd a `postversion` script to clean your system and push your release and tags.\n\nBy adding a `.npmrc` you could also automate your commit message and set your tag prefix as such:\n\n```\ntag-version-prefix=\"\"\nmessage=\"chore(release): %s :tada:\"\n```\n\n\n## Why\n\n- Used by AngularJS, JSHint and related projects.\n- Easy fully automate changelog generation. You could still add more points on top of it.\n- Ignoring reverted commits, templating with [handlebars.js](https://github.com/wycats/handlebars.js) and links to references, etc. Open an [issue](../../issues/new) if you want more reasonable features.\n- Intelligently setup defaults but yet fully configurable with presets of [popular projects](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog#preset).\n- Everything internally or externally is pluggable.\n- A lot of tests and actively maintained.\n\n### Problems with [github-changelog-generator](https://github.com/skywinder/github-changelog-generator) or similar projects\n\n- Opinionated on how to write commits, issues or PRs.\n- No or partially support reference links.\n- Not system agnostic. Only support GitHub.\n- No template support. The output is mostly certain format of markdown.\n- No presets of popular commit message conventions.\n- Not modularized. Over the years [modularization is proven to be the best practice](https://github.com/sindresorhus/ama/issues/10#issuecomment-117766328).\n- No tests or coverage is too low. Program might be buggy.\n- Do not read your project's environment.\n- No or few task runner or build tool integrations.\n\n\n## Related\n\n- [conventional-changelog](https://github.com/ajoslin/conventional-changelog) - API of this module\n- [standard-changelog](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/standard-changelog) - Similar to this module but only with angular convention\n- [conventional-github-releaser](https://github.com/conventional-changelog/conventional-github-releaser) - Make a new GitHub release from git metadata\n- [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\n- [conventional-commits-detector](https://github.com/conventional-changelog/conventional-commits-detector) - Detect what commit message convention your repository is using\n- [commitizen](https://github.com/commitizen/cz-cli) - Simple commit conventions for internet citizens.\n- [angular-precommit](https://github.com/ajoslin/angular-precommit) - Pre commit with angular conventions\n- [commitlint](https://github.com/marionebl/commitlint) - Lint commit messages\n\n\n## License\n\nMIT © [Steve Mao](https://github.com/stevemao)\n\n\n[npm-image]: https://badge.fury.io/js/conventional-changelog-cli.svg\n[npm-url]: https://npmjs.org/package/conventional-changelog-cli\n[travis-image]: https://travis-ci.org/conventional-changelog/conventional-changelog-cli.svg?branch=master\n[travis-url]: https://travis-ci.org/conventional-changelog/conventional-changelog-cli\n[daviddm-image]: https://david-dm.org/conventional-changelog/conventional-changelog-cli.svg?theme=shields.io\n[daviddm-url]: https://david-dm.org/conventional-changelog/conventional-changelog-cli\n[coveralls-image]: https://coveralls.io/repos/conventional-changelog/conventional-changelog-cli/badge.svg\n[coveralls-url]: https://coveralls.io/r/conventional-changelog/conventional-changelog-cli\n","engines":{"node":">=6.9.0"},"gitHead":"c0314ad9cd0b30d456a65385b70988cd5f4b3410","scripts":{"test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"bencoe@gmail.com"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"lerna/3.13.1/node@v11.12.0+x64 (darwin)","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"11.12.0","dependencies":{"meow":"^4.0.0","lodash":"^4.2.1","tempfile":"^1.1.1","add-stream":"^1.0.0","conventional-changelog":"^3.1.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli_2.0.14_1555020365956_0.7151917366552081","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"2.0.15":{"name":"conventional-changelog-cli","version":"2.0.15","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@2.0.15","maintainers":[{"name":"anonymous","email":"bencoe@gmail.com"},{"name":"anonymous","email":"gustaf.dalemar@gmail.com"},{"name":"anonymous","email":"hutson@hyper-expanse.net"},{"name":"anonymous","email":"hello@mario-nebl.de"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"e3d80c3ce193303b6e78f6bed6ae39426da63bd7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-2.0.15.tgz","fileCount":5,"integrity":"sha512-P3RAOarzswLtGwfgvuy+1QFCgBabyjUciSy2mtjkUheoOk8MGghRz19GncyeiQwAoltZs87U5JT+hIGVGMU4zQ==","signatures":[{"sig":"MEUCIQDEAReJ2jJDYQP91ngPy1sEX6FppJc4F3zxigadCSkuSAIgUocGYntFpg4LhekhN/CTZpiLBKOAzSDJEDf3wHctBe4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27581,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcr7swCRA9TVsSAnZWagAAjPcP/jhtuHcHDXrtccf+Y/4/\nhEFnYzrzlTkjvj5Uq5tsQ8+ZoEzJdI69Kl1rDYt40ipPm0GIBt1eBbUAeXDU\nduphoQFqZVtWxF/M5Ad68E3qOetfArhmWujqV/b+/hlTWK143ioxVWWAAcPS\ncQmL0610bw3HyYfOVyeM/9zyJM9VZklwAoGMNEnG5VFzdKzttKi1R6c9jkOp\njcH3M2+I9iLM5TgCzrkLeBhhIWe/+ySLGgHcpG2X3JHn2ONDuNxGal7VIE0C\nLLAU52hk87sBlxfoZyOU7XQ0Su9ItOn4kdxjMfyRz3loKSfsNXCGocqzj75i\n6xejbrkuPAgVWvnEKRgu4vVJjPJA6QDanytO7dxqdu7RY7PfzZuprERs/3NV\nCSVe9zR98+ideKK0WrO9wZhcIx+dUapGJvns5I/vnB1MxMLEGk251Rvb9OgD\nxuGuDWTdGipq2yMKIXcGXLW3VUHF70S+zVKm9yfkJBIWG8KjaAi7aHPx9R23\nJNokVyHJUN5JPiKpV/+ABB1NMywYSLx0JBsoUX+h2LVuvVW3Oq19YuvvT6lI\n5NuuIkf9oNlaSTGCIyXVoc01anDG7C52shSXH47DTVmplaXGmicjZBnb3FDr\nvm8RfJD2DzQl6/C7ki3LF3lNc3gnZM6MzBTirEZv86WRHnnVHcoaLUGSzT7A\nLPgG\r\n=axhu\r\n-----END PGP SIGNATURE-----\r\n"},"readme":"# conventional-changelog-cli\n\n[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]\n\n> Generate a changelog from git metadata\n\n*[Changelog?](https://speakerdeck.com/stevemao/compose-a-changelog)*\n\n**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.\n\n\n## Quick start\n\n```sh\n$ npm install -g conventional-changelog-cli\n$ cd my-project\n$ conventional-changelog -p angular -i CHANGELOG.md -s\n```\n\nThis 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\".\n\nIf you first time use this tool and want to generate all previous changelog, you could do\n\n```sh\n$ conventional-changelog -p angular -i CHANGELOG.md -s -r 0\n```\n\nThis *will* overwrite any previous changelog if exist.\n\nAll available command line parameters can be listed using CLI: `conventional-changelog --help`.\n\n**Hint:** You can alias your command or add it to your package.json. EG: `\"changelog\": \"conventional-changelog -p angular -i CHANGELOG.md -s -r 0\"`.\n\nTo fully customize the tool, please checkout [conventional-changelog](https://github.com/ajoslin/conventional-changelog) and [conventional-changelog-core](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-core) docs. You can find more details there. **Note: `config` here can work with `preset`, which is different than `options.config` in conventional-changelog.**\n\n\n## Example output\n\n- https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog/CHANGELOG.md\n- https://github.com/karma-runner/karma/blob/master/CHANGELOG.md\n- https://github.com/btford/grunt-conventional-changelog/blob/master/CHANGELOG.md\n\n\n## Recommended workflow\n\n1. Make changes\n1. Commit those changes\n1. Make sure Travis turns green\n1. Bump version in `package.json`\n1. `conventionalChangelog`\n1. Commit `package.json` and `CHANGELOG.md` files\n1. Tag\n1. Push\n\nThe reason why you should commit and tag after `conventionalChangelog` is that the CHANGELOG should be included in the new release, hence `gitRawCommitsOpts.from` defaults to the latest semver tag.\n\n\n### With `npm version`\n\nUsing the npm scripts to our advantage with the following hooks:\n\n```json\n{\n  \"scripts\": {\n    \"version\": \"conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md\"\n  }\n}\n```\n\nYou could follow the following workflow\n\n1. Make changes\n1. Commit those changes\n1. Pull all the tags\n1. Run the [`npm version [patch|minor|major]`](https://docs.npmjs.com/cli/version) command\n1. Push\n\nYou could optionally add a `preversion` script to package your project or running a full suit of test.\nAnd a `postversion` script to clean your system and push your release and tags.\n\nBy adding a `.npmrc` you could also automate your commit message and set your tag prefix as such:\n\n```\ntag-version-prefix=\"\"\nmessage=\"chore(release): %s :tada:\"\n```\n\n\n## Why\n\n- Used by AngularJS, JSHint and related projects.\n- Easy fully automate changelog generation. You could still add more points on top of it.\n- Ignoring reverted commits, templating with [handlebars.js](https://github.com/wycats/handlebars.js) and links to references, etc. Open an [issue](../../issues/new) if you want more reasonable features.\n- Intelligently setup defaults but yet fully configurable with presets of [popular projects](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog#preset).\n- Everything internally or externally is pluggable.\n- A lot of tests and actively maintained.\n\n### Problems with [github-changelog-generator](https://github.com/skywinder/github-changelog-generator) or similar projects\n\n- Opinionated on how to write commits, issues or PRs.\n- No or partially support reference links.\n- Not system agnostic. Only support GitHub.\n- No template support. The output is mostly certain format of markdown.\n- No presets of popular commit message conventions.\n- Not modularized. Over the years [modularization is proven to be the best practice](https://github.com/sindresorhus/ama/issues/10#issuecomment-117766328).\n- No tests or coverage is too low. Program might be buggy.\n- Do not read your project's environment.\n- No or few task runner or build tool integrations.\n\n\n## Related\n\n- [conventional-changelog](https://github.com/ajoslin/conventional-changelog) - API of this module\n- [standard-changelog](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/standard-changelog) - Similar to this module but only with angular convention\n- [conventional-github-releaser](https://github.com/conventional-changelog/conventional-github-releaser) - Make a new GitHub release from git metadata\n- [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\n- [conventional-commits-detector](https://github.com/conventional-changelog/conventional-commits-detector) - Detect what commit message convention your repository is using\n- [commitizen](https://github.com/commitizen/cz-cli) - Simple commit conventions for internet citizens.\n- [angular-precommit](https://github.com/ajoslin/angular-precommit) - Pre commit with angular conventions\n- [commitlint](https://github.com/marionebl/commitlint) - Lint commit messages\n\n\n## License\n\nMIT © [Steve Mao](https://github.com/stevemao)\n\n\n[npm-image]: https://badge.fury.io/js/conventional-changelog-cli.svg\n[npm-url]: https://npmjs.org/package/conventional-changelog-cli\n[travis-image]: https://travis-ci.org/conventional-changelog/conventional-changelog-cli.svg?branch=master\n[travis-url]: https://travis-ci.org/conventional-changelog/conventional-changelog-cli\n[daviddm-image]: https://david-dm.org/conventional-changelog/conventional-changelog-cli.svg?theme=shields.io\n[daviddm-url]: https://david-dm.org/conventional-changelog/conventional-changelog-cli\n[coveralls-image]: https://coveralls.io/repos/conventional-changelog/conventional-changelog-cli/badge.svg\n[coveralls-url]: https://coveralls.io/r/conventional-changelog/conventional-changelog-cli\n","engines":{"node":">=6.9.0"},"gitHead":"b445d4b4cf1c83b3c9f04e4e6178a9457b451149","scripts":{"test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"bencoe@gmail.com"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"lerna/3.13.1/node@v11.12.0+x64 (darwin)","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"11.12.0","dependencies":{"meow":"^4.0.0","lodash":"^4.2.1","tempfile":"^1.1.1","add-stream":"^1.0.0","conventional-changelog":"^3.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli_2.0.15_1555020591877_0.06921388270067763","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"2.0.16":{"name":"conventional-changelog-cli","version":"2.0.16","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@2.0.16","maintainers":[{"name":"anonymous","email":"bencoe@gmail.com"},{"name":"anonymous","email":"gustaf.dalemar@gmail.com"},{"name":"anonymous","email":"hutson@hyper-expanse.net"},{"name":"anonymous","email":"hello@mario-nebl.de"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"b0a68c0f4f241d2cc3e4ceb2570cdb1244e0a043","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-2.0.16.tgz","fileCount":5,"integrity":"sha512-UZZcRM1atKGAXz8g0eFyF3VfHoTxgstn5jjXswgmmDC2kfDp6kJGsMIDHxI9Xc3UIdns+EqiW0MZ35ZURRZJyA==","signatures":[{"sig":"MEYCIQCqW8Yt8eMpEUw+g/YHvk0zMQs2qQNHT45QRdoELkSQTQIhANXmBPgdcsn5Y6Txe0OhhD08zrRj4zniKrvL5CFL1KLK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27823,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcr7vRCRA9TVsSAnZWagAANYwP+gLSIkIB8avpC5GA98Nl\nZfDBfSr+uHO8XnXhCLLvxUW7SfO6VF4/1+yWRCcPSwUZYvAjCv+vyRlAxNt7\n2PKBVDj9R5DtHb4B01DQcQ/FngBWGnulNqStB9mg1DlnrOpHqZAW0hhWBZ74\npa6wc4Lrxe95urKQmxnNHVMKj5p/Uo4StgK/tZgRnuPOuSZhbHdi/fglmOGh\nTtBCRt8a52+wBK/VNi/kmpgYXdooV5Z89CqRqV6uh23/MnXJbcHQF3UyWMiJ\nFC4lTuKypP08SKso89IMCA/IJ2y2nfk5uzBLn0wyOB9L8fGJFk30V5K+EjMq\n2S+UJi1VEC6gPYvhxXWBh9/KXvr4w6Gv7xVAPK1+n0yLLUulBox/QG0nRFZs\nNFhH0xewDInqyCdXJaNvU7bm+Q1VrBkWB3TvR3QM71jLGsZYbNTN9fN2V+jR\nB3WJ2RSvhd086Oa94dF1FzYYPq4LQgc1u/2aACAC+xVKCopAgpn9wOKOjnzZ\n8arh3He9jh/BQuLeZ6fvs7B4lL/0VrqltXXB1X0rb1Rh685jOtcD9KIFdO2y\nMmJVOX9ZiQDB4tzF5TLbASr24NlVjva9uLkn3GQwz+8Zt27jfrvFlOdkv0tQ\nHxZxVUQs6sf5qoNIPEyDY0XI6DwQGCmGrY+Pn3sda+8T4j5BH6Jp/mHZi5X1\nJbHV\r\n=9I8W\r\n-----END PGP SIGNATURE-----\r\n"},"readme":"# conventional-changelog-cli\n\n[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]\n\n> Generate a changelog from git metadata\n\n*[Changelog?](https://speakerdeck.com/stevemao/compose-a-changelog)*\n\n**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.\n\n\n## Quick start\n\n```sh\n$ npm install -g conventional-changelog-cli\n$ cd my-project\n$ conventional-changelog -p angular -i CHANGELOG.md -s\n```\n\nThis 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\".\n\nIf you first time use this tool and want to generate all previous changelog, you could do\n\n```sh\n$ conventional-changelog -p angular -i CHANGELOG.md -s -r 0\n```\n\nThis *will* overwrite any previous changelog if exist.\n\nAll available command line parameters can be listed using CLI: `conventional-changelog --help`.\n\n**Hint:** You can alias your command or add it to your package.json. EG: `\"changelog\": \"conventional-changelog -p angular -i CHANGELOG.md -s -r 0\"`.\n\nTo fully customize the tool, please checkout [conventional-changelog](https://github.com/ajoslin/conventional-changelog) and [conventional-changelog-core](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-core) docs. You can find more details there. **Note: `config` here can work with `preset`, which is different than `options.config` in conventional-changelog.**\n\n\n## Example output\n\n- https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog/CHANGELOG.md\n- https://github.com/karma-runner/karma/blob/master/CHANGELOG.md\n- https://github.com/btford/grunt-conventional-changelog/blob/master/CHANGELOG.md\n\n\n## Recommended workflow\n\n1. Make changes\n1. Commit those changes\n1. Make sure Travis turns green\n1. Bump version in `package.json`\n1. `conventionalChangelog`\n1. Commit `package.json` and `CHANGELOG.md` files\n1. Tag\n1. Push\n\nThe reason why you should commit and tag after `conventionalChangelog` is that the CHANGELOG should be included in the new release, hence `gitRawCommitsOpts.from` defaults to the latest semver tag.\n\n\n### With `npm version`\n\nUsing the npm scripts to our advantage with the following hooks:\n\n```json\n{\n  \"scripts\": {\n    \"version\": \"conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md\"\n  }\n}\n```\n\nYou could follow the following workflow\n\n1. Make changes\n1. Commit those changes\n1. Pull all the tags\n1. Run the [`npm version [patch|minor|major]`](https://docs.npmjs.com/cli/version) command\n1. Push\n\nYou could optionally add a `preversion` script to package your project or running a full suit of test.\nAnd a `postversion` script to clean your system and push your release and tags.\n\nBy adding a `.npmrc` you could also automate your commit message and set your tag prefix as such:\n\n```\ntag-version-prefix=\"\"\nmessage=\"chore(release): %s :tada:\"\n```\n\n\n## Why\n\n- Used by AngularJS, JSHint and related projects.\n- Easy fully automate changelog generation. You could still add more points on top of it.\n- Ignoring reverted commits, templating with [handlebars.js](https://github.com/wycats/handlebars.js) and links to references, etc. Open an [issue](../../issues/new) if you want more reasonable features.\n- Intelligently setup defaults but yet fully configurable with presets of [popular projects](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog#preset).\n- Everything internally or externally is pluggable.\n- A lot of tests and actively maintained.\n\n### Problems with [github-changelog-generator](https://github.com/skywinder/github-changelog-generator) or similar projects\n\n- Opinionated on how to write commits, issues or PRs.\n- No or partially support reference links.\n- Not system agnostic. Only support GitHub.\n- No template support. The output is mostly certain format of markdown.\n- No presets of popular commit message conventions.\n- Not modularized. Over the years [modularization is proven to be the best practice](https://github.com/sindresorhus/ama/issues/10#issuecomment-117766328).\n- No tests or coverage is too low. Program might be buggy.\n- Do not read your project's environment.\n- No or few task runner or build tool integrations.\n\n\n## Related\n\n- [conventional-changelog](https://github.com/ajoslin/conventional-changelog) - API of this module\n- [standard-changelog](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/standard-changelog) - Similar to this module but only with angular convention\n- [conventional-github-releaser](https://github.com/conventional-changelog/conventional-github-releaser) - Make a new GitHub release from git metadata\n- [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\n- [conventional-commits-detector](https://github.com/conventional-changelog/conventional-commits-detector) - Detect what commit message convention your repository is using\n- [commitizen](https://github.com/commitizen/cz-cli) - Simple commit conventions for internet citizens.\n- [angular-precommit](https://github.com/ajoslin/angular-precommit) - Pre commit with angular conventions\n- [commitlint](https://github.com/marionebl/commitlint) - Lint commit messages\n\n\n## License\n\nMIT © [Steve Mao](https://github.com/stevemao)\n\n\n[npm-image]: https://badge.fury.io/js/conventional-changelog-cli.svg\n[npm-url]: https://npmjs.org/package/conventional-changelog-cli\n[travis-image]: https://travis-ci.org/conventional-changelog/conventional-changelog-cli.svg?branch=master\n[travis-url]: https://travis-ci.org/conventional-changelog/conventional-changelog-cli\n[daviddm-image]: https://david-dm.org/conventional-changelog/conventional-changelog-cli.svg?theme=shields.io\n[daviddm-url]: https://david-dm.org/conventional-changelog/conventional-changelog-cli\n[coveralls-image]: https://coveralls.io/repos/conventional-changelog/conventional-changelog-cli/badge.svg\n[coveralls-url]: https://coveralls.io/r/conventional-changelog/conventional-changelog-cli\n","engines":{"node":">=6.9.0"},"gitHead":"f2be01bfa7a60da42728d4d0abafc7dc7ad3bcc4","scripts":{"test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"bencoe@gmail.com"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"lerna/3.13.1/node@v11.12.0+x64 (darwin)","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"11.12.0","dependencies":{"meow":"^4.0.0","lodash":"^4.2.1","tempfile":"^1.1.1","add-stream":"^1.0.0","conventional-changelog":"^3.1.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli_2.0.16_1555020752443_0.5134881585637208","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"2.0.17":{"name":"conventional-changelog-cli","version":"2.0.17","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@2.0.17","maintainers":[{"name":"anonymous","email":"bencoe@gmail.com"},{"name":"anonymous","email":"gustaf.dalemar@gmail.com"},{"name":"anonymous","email":"hutson@hyper-expanse.net"},{"name":"anonymous","email":"hello@mario-nebl.de"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"ec3f149dfc918903ae925b7a375d5b638fb45741","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-2.0.17.tgz","fileCount":5,"integrity":"sha512-IQUS08TTrLxAd0Le3THPz8xFFe1kVmSBOcnfe8RGpi+io3ALnMT4uw0snmP3Cb9lgnHXg0NcjQyVsE+jJmHtrw==","signatures":[{"sig":"MEYCIQCsimG5g6LHwjPIxmOUW+YCmVtsIwgqOTCtoOYNiSGwAQIhAIbR7m3a1HvsTKJUTVM7hV4if3f7jMCLpMHn+dDrw0Fw","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28065,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcwNv/CRA9TVsSAnZWagAAX0MP/iPvJ0gGoJ1FlbhibXoD\nSqR6rXxhsMeAUi5StocOxpvUrRNYslm7vA+nDBmFoztAjcCRY5WEtOZv27dn\nPTFav7KMT4bseMwzxe/xRvqWRR6MY5ZD6M3xf/P3lu0l90rZ7Xc2p/+9R8W2\nDOLII8F941vpG5XHhASWxoQKo0oZj6MrF9UlEkaChF2hQYuxDR9oAPeHF/oC\n3O06oxwj6gpNzNSAGc1vD8IDXWJ2S8LpbDNP99uthC51KwFTK9q9LQMRPonK\nLWgPZw065b3AnxeXSlqRuZekAvp3ArTUOSR5+/teEiI4Gpd8hX8QU+qJE4GV\nxKN9m0oY/XN7pUaoQ8DFLKZuLmAd9yfMAmIfk/J5o7bzPnzYJyvVo4/bFDAn\nkcZAJpZX1oJHqVMeokJXEZoJcNchKba8YASrOUKp1NZvJ3u8gxztyoZl677u\nZiwJPF58q+8RQ3lktnVFJlE0xVsjs6RJz5CTujx8pMUJNybvXg+9e2ye8H8a\nf7sXJwhtBn0I/mt1cHRVDMhgTEPB8jWX2FGkIqjhD0SV2rdcu4anPkf1Q8B8\nyKi04k9AwC3LnaD5mdl37KrWTn1XE72aplI558L8sUMO14VbMGoPilmBfDWX\n+70DuIB8+8DW3KrUockfKJmom1lYiq7LFVsQOskp5z3gqEMkyVucFB+VLwGb\nsMLh\r\n=rzzV\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=6.9.0"},"gitHead":"4794f1237cc6543cfe58870af5f99d9d8f12016d","scripts":{"test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"bencoe@gmail.com"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"lerna/3.13.1/node@v11.12.0+x64 (darwin)","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"11.12.0","dependencies":{"meow":"^4.0.0","lodash":"^4.2.1","tempfile":"^1.1.1","add-stream":"^1.0.0","conventional-changelog":"^3.1.4"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli_2.0.17_1556143103301_0.21853099248942942","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"2.0.18":{"name":"conventional-changelog-cli","version":"2.0.18","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@2.0.18","maintainers":[{"name":"anonymous","email":"bencoe@gmail.com"},{"name":"anonymous","email":"gustaf.dalemar@gmail.com"},{"name":"anonymous","email":"hutson@hyper-expanse.net"},{"name":"anonymous","email":"hello@mario-nebl.de"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"1841f5eca8d02342d837365b175414315e1c1841","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-2.0.18.tgz","fileCount":5,"integrity":"sha512-w0YhtAgbj+mBsCwLA4OsOEYy5OR8nw6/JbYRBCK6IVo21h7iETuNVms22ZRj9MQykFOKYFu1s/yLWCp/rLI83w==","signatures":[{"sig":"MEUCIQCw1TTHFwbDxLJok7O3APx8fvUV7Ke159AqkC5qfjlrjwIgczNUNhjlwUE3THRqD+hra+t/q3bl1FnZYhQOj4Ki9gI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28307,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcwlYJCRA9TVsSAnZWagAAmUIP/2WljjFsUZDo+EroAvWu\nOOvVHGbFiqWJ0pfhXNzs4FfY2uc232l2+JOJsfYmYu0XMsboU2s/0WpuA2Qb\nx1yYiIPd0K7E5SILdQi9AbuMEiu1RpXtWYvs5riRQEzn3rGv06c+ozkVnNxn\nrtBp8taD9gZmXBuFt7X3g14xPM10LQeICjZqyBVPa7aXnN2AmkendLWUld9J\n9nsOWmf88VOYRMwCmSB8VxASnbsUNUsDwYUTKOoeDqDXT5pxoU1uWj1JUo9V\nAE7OFA9bSrK/fXc/2eZD0KiwwaPcm1S+sFZFTUu5WRssTrcYVtXonSeM3CTx\nTtUyjnXf6vkJCwcbITD3c2zpSQ2M2qAUklh7Slrykyh8c1gvxcDzX2Q+Gtet\nbufZkSJTiOHQDTGDnUC75nE4leZGhs2xlUxmlb5RUcvgLxpVpg6QhxqrO0W7\nQlwXacYGgAtxAfTpqtTAn17j9fri9B/ccut3mz4250fjBU63jJoREutCzMlt\n/DbaxP09lGp0pwhHF7bDRroa5qd/z/Wn1yOTt1eaFfD4KoI7+OGYDZPtuSdH\nd6QPZnAPEbKKHyjMpf4QHvkwhpWXy1yij3+9irZd3FyzfGVl8xIXAzXzNROG\nDqBJSeUv8e/TMHSv7cfYjuMoXH1Dn1WqsE4ul1Y02+0zfNwnuhU09eTeIU6Q\nRbk0\r\n=LZUI\r\n-----END PGP SIGNATURE-----\r\n"},"readme":"# conventional-changelog-cli\n\n[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]\n\n> Generate a changelog from git metadata\n\n*[Changelog?](https://speakerdeck.com/stevemao/compose-a-changelog)*\n\n**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.\n\n\n## Quick start\n\n```sh\n$ npm install -g conventional-changelog-cli\n$ cd my-project\n$ conventional-changelog -p angular -i CHANGELOG.md -s\n```\n\nThis 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\".\n\nIf you first time use this tool and want to generate all previous changelog, you could do\n\n```sh\n$ conventional-changelog -p angular -i CHANGELOG.md -s -r 0\n```\n\nThis *will* overwrite any previous changelog if exist.\n\nAll available command line parameters can be listed using CLI: `conventional-changelog --help`.\n\n**Hint:** You can alias your command or add it to your package.json. EG: `\"changelog\": \"conventional-changelog -p angular -i CHANGELOG.md -s -r 0\"`.\n\nTo fully customize the tool, please checkout [conventional-changelog](https://github.com/ajoslin/conventional-changelog) and [conventional-changelog-core](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-core) docs. You can find more details there. **Note: `config` here can work with `preset`, which is different than `options.config` in conventional-changelog.**\n\n\n## Example output\n\n- https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog/CHANGELOG.md\n- https://github.com/karma-runner/karma/blob/master/CHANGELOG.md\n- https://github.com/btford/grunt-conventional-changelog/blob/master/CHANGELOG.md\n\n\n## Recommended workflow\n\n1. Make changes\n1. Commit those changes\n1. Make sure Travis turns green\n1. Bump version in `package.json`\n1. `conventionalChangelog`\n1. Commit `package.json` and `CHANGELOG.md` files\n1. Tag\n1. Push\n\nThe reason why you should commit and tag after `conventionalChangelog` is that the CHANGELOG should be included in the new release, hence `gitRawCommitsOpts.from` defaults to the latest semver tag.\n\n\n### With `npm version`\n\nUsing the npm scripts to our advantage with the following hooks:\n\n```json\n{\n  \"scripts\": {\n    \"version\": \"conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md\"\n  }\n}\n```\n\nYou could follow the following workflow\n\n1. Make changes\n1. Commit those changes\n1. Pull all the tags\n1. Run the [`npm version [patch|minor|major]`](https://docs.npmjs.com/cli/version) command\n1. Push\n\nYou could optionally add a `preversion` script to package your project or running a full suit of test.\nAnd a `postversion` script to clean your system and push your release and tags.\n\nBy adding a `.npmrc` you could also automate your commit message and set your tag prefix as such:\n\n```\ntag-version-prefix=\"\"\nmessage=\"chore(release): %s :tada:\"\n```\n\n\n## Why\n\n- Used by AngularJS, JSHint and related projects.\n- Easy fully automate changelog generation. You could still add more points on top of it.\n- Ignoring reverted commits, templating with [handlebars.js](https://github.com/wycats/handlebars.js) and links to references, etc. Open an [issue](../../issues/new) if you want more reasonable features.\n- Intelligently setup defaults but yet fully configurable with presets of [popular projects](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog#preset).\n- Everything internally or externally is pluggable.\n- A lot of tests and actively maintained.\n\n### Problems with [github-changelog-generator](https://github.com/skywinder/github-changelog-generator) or similar projects\n\n- Opinionated on how to write commits, issues or PRs.\n- No or partially support reference links.\n- Not system agnostic. Only support GitHub.\n- No template support. The output is mostly certain format of markdown.\n- No presets of popular commit message conventions.\n- Not modularized. Over the years [modularization is proven to be the best practice](https://github.com/sindresorhus/ama/issues/10#issuecomment-117766328).\n- No tests or coverage is too low. Program might be buggy.\n- Do not read your project's environment.\n- No or few task runner or build tool integrations.\n\n\n## Related\n\n- [conventional-changelog](https://github.com/ajoslin/conventional-changelog) - API of this module\n- [standard-changelog](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/standard-changelog) - Similar to this module but only with angular convention\n- [conventional-github-releaser](https://github.com/conventional-changelog/conventional-github-releaser) - Make a new GitHub release from git metadata\n- [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\n- [conventional-commits-detector](https://github.com/conventional-changelog/conventional-commits-detector) - Detect what commit message convention your repository is using\n- [commitizen](https://github.com/commitizen/cz-cli) - Simple commit conventions for internet citizens.\n- [angular-precommit](https://github.com/ajoslin/angular-precommit) - Pre commit with angular conventions\n- [commitlint](https://github.com/marionebl/commitlint) - Lint commit messages\n\n\n## License\n\nMIT © [Steve Mao](https://github.com/stevemao)\n\n\n[npm-image]: https://badge.fury.io/js/conventional-changelog-cli.svg\n[npm-url]: https://npmjs.org/package/conventional-changelog-cli\n[travis-image]: https://travis-ci.org/conventional-changelog/conventional-changelog-cli.svg?branch=master\n[travis-url]: https://travis-ci.org/conventional-changelog/conventional-changelog-cli\n[daviddm-image]: https://david-dm.org/conventional-changelog/conventional-changelog-cli.svg?theme=shields.io\n[daviddm-url]: https://david-dm.org/conventional-changelog/conventional-changelog-cli\n[coveralls-image]: https://coveralls.io/repos/conventional-changelog/conventional-changelog-cli/badge.svg\n[coveralls-url]: https://coveralls.io/r/conventional-changelog/conventional-changelog-cli\n","engines":{"node":">=6.9.0"},"gitHead":"50140951e59c665e24fd9ff17d1952ce01888f7c","scripts":{"test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"bencoe@gmail.com"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"lerna/3.13.1/node@v11.14.0+x64 (linux)","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"11.14.0","dependencies":{"meow":"^4.0.0","lodash":"^4.2.1","tempfile":"^1.1.1","add-stream":"^1.0.0","conventional-changelog":"^3.1.5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli_2.0.18_1556239880472_0.6262965032920793","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"2.0.19":{"name":"conventional-changelog-cli","version":"2.0.19","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@2.0.19","maintainers":[{"name":"anonymous","email":"bencoe@gmail.com"},{"name":"anonymous","email":"gustaf.dalemar@gmail.com"},{"name":"anonymous","email":"hutson@hyper-expanse.net"},{"name":"anonymous","email":"hello@mario-nebl.de"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"85f8b3e117f8ea6a8bdc8ad8cfaccde3e6541738","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-2.0.19.tgz","fileCount":5,"integrity":"sha512-1AzDRkr/8h6JZ/+97umgdyVjVy68UqpmlQUYsXh/H285o5PRheqN+fSKVjoy+Ek5xPcF6tcco0rNyJCiG9vHhQ==","signatures":[{"sig":"MEUCIQDlXI6K+N5rS98f3LFkwQQa9Zw8FAubJR0oY3A5ZTKMDAIgYB7N14s0eEp1eQ2QogasyNIeI66bT9bpOH3eKFmXmbs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28549,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcyzLSCRA9TVsSAnZWagAAFnoQAIDYlYjoeT+MWOglxcm9\na8a0Kk85qdauX9Eb3EEc2KxXf2DsfxriviN9qcItVZtJaenfVzyj7WdSVe+7\nsymcxtvatG2uho2TtFZKTiTvpucL/kpbx1vuKIr3Y5S29r1FVOSeRuBEIeia\n2FJYxBpfsFkIJPxPTa7lpCgmqFP8B84Hphz6x8O+X+Om6qu5QqKIWORPX8LQ\nE1f7I/CCducWQI72i9lKx1z5w857umzijBmfYL5lwIEO5rV6uh2XIBGo8P+n\nBLcqSxPHKHSJt2Yror3SSt80xbaqzLLAjOc/XG3+lr6LnBQPX5uE9VxpwxVr\nXfX5Q8ddpagg1j1PXNvT4FQbT+6WPDBkry6U5JuAbpcACVWnb+2p1FDR4kPb\nkpclo1xns1z/ywQ8okXLsoaU+Pgo+OqaKsT8gCA6OhUovsU6N+8hRv6jLiHn\nBx4hMqADkylxkJyuUa9g2MmoOdjyMYWGcvK9vnkV4+dBaMIlgqDunSYyeiPi\nmdGk1bSbFdQpcdQ3HGLhkvMr8jd9SV/lc6rWVvxqQCKY9u8U/+v04PdIibBF\neuifp74GPrCI/OrHUFkm5I/qBPTRg0+Y8OoBFvKCtNHf2zrtlMr57TgReHJZ\ndds/Rz8RwrPoJ0kID5N6+Is/zVaKzhvURANuEDHeb/5DQUG5JCmXduxwNg5f\nLoDT\r\n=wfiq\r\n-----END PGP SIGNATURE-----\r\n"},"readme":"# conventional-changelog-cli\n\n[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]\n\n> Generate a changelog from git metadata\n\n*[Changelog?](https://speakerdeck.com/stevemao/compose-a-changelog)*\n\n**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.\n\n\n## Quick start\n\n```sh\n$ npm install -g conventional-changelog-cli\n$ cd my-project\n$ conventional-changelog -p angular -i CHANGELOG.md -s\n```\n\nThis 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\".\n\nIf you first time use this tool and want to generate all previous changelog, you could do\n\n```sh\n$ conventional-changelog -p angular -i CHANGELOG.md -s -r 0\n```\n\nThis *will* overwrite any previous changelog if exist.\n\nAll available command line parameters can be listed using CLI: `conventional-changelog --help`.\n\n**Hint:** You can alias your command or add it to your package.json. EG: `\"changelog\": \"conventional-changelog -p angular -i CHANGELOG.md -s -r 0\"`.\n\nTo fully customize the tool, please checkout [conventional-changelog](https://github.com/ajoslin/conventional-changelog) and [conventional-changelog-core](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-core) docs. You can find more details there. **Note: `config` here can work with `preset`, which is different than `options.config` in conventional-changelog.**\n\n\n## Example output\n\n- https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog/CHANGELOG.md\n- https://github.com/karma-runner/karma/blob/master/CHANGELOG.md\n- https://github.com/btford/grunt-conventional-changelog/blob/master/CHANGELOG.md\n\n\n## Recommended workflow\n\n1. Make changes\n1. Commit those changes\n1. Make sure Travis turns green\n1. Bump version in `package.json`\n1. `conventionalChangelog`\n1. Commit `package.json` and `CHANGELOG.md` files\n1. Tag\n1. Push\n\nThe reason why you should commit and tag after `conventionalChangelog` is that the CHANGELOG should be included in the new release, hence `gitRawCommitsOpts.from` defaults to the latest semver tag.\n\n\n### With `npm version`\n\nUsing the npm scripts to our advantage with the following hooks:\n\n```json\n{\n  \"scripts\": {\n    \"version\": \"conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md\"\n  }\n}\n```\n\nYou could follow the following workflow\n\n1. Make changes\n1. Commit those changes\n1. Pull all the tags\n1. Run the [`npm version [patch|minor|major]`](https://docs.npmjs.com/cli/version) command\n1. Push\n\nYou could optionally add a `preversion` script to package your project or running a full suit of test.\nAnd a `postversion` script to clean your system and push your release and tags.\n\nBy adding a `.npmrc` you could also automate your commit message and set your tag prefix as such:\n\n```\ntag-version-prefix=\"\"\nmessage=\"chore(release): %s :tada:\"\n```\n\n\n## Why\n\n- Used by AngularJS, JSHint and related projects.\n- Easy fully automate changelog generation. You could still add more points on top of it.\n- Ignoring reverted commits, templating with [handlebars.js](https://github.com/wycats/handlebars.js) and links to references, etc. Open an [issue](../../issues/new) if you want more reasonable features.\n- Intelligently setup defaults but yet fully configurable with presets of [popular projects](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog#preset).\n- Everything internally or externally is pluggable.\n- A lot of tests and actively maintained.\n\n### Problems with [github-changelog-generator](https://github.com/skywinder/github-changelog-generator) or similar projects\n\n- Opinionated on how to write commits, issues or PRs.\n- No or partially support reference links.\n- Not system agnostic. Only support GitHub.\n- No template support. The output is mostly certain format of markdown.\n- No presets of popular commit message conventions.\n- Not modularized. Over the years [modularization is proven to be the best practice](https://github.com/sindresorhus/ama/issues/10#issuecomment-117766328).\n- No tests or coverage is too low. Program might be buggy.\n- Do not read your project's environment.\n- No or few task runner or build tool integrations.\n\n\n## Related\n\n- [conventional-changelog](https://github.com/ajoslin/conventional-changelog) - API of this module\n- [standard-changelog](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/standard-changelog) - Similar to this module but only with angular convention\n- [conventional-github-releaser](https://github.com/conventional-changelog/conventional-github-releaser) - Make a new GitHub release from git metadata\n- [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\n- [conventional-commits-detector](https://github.com/conventional-changelog/conventional-commits-detector) - Detect what commit message convention your repository is using\n- [commitizen](https://github.com/commitizen/cz-cli) - Simple commit conventions for internet citizens.\n- [angular-precommit](https://github.com/ajoslin/angular-precommit) - Pre commit with angular conventions\n- [commitlint](https://github.com/marionebl/commitlint) - Lint commit messages\n\n\n## License\n\nMIT © [Steve Mao](https://github.com/stevemao)\n\n\n[npm-image]: https://badge.fury.io/js/conventional-changelog-cli.svg\n[npm-url]: https://npmjs.org/package/conventional-changelog-cli\n[travis-image]: https://travis-ci.org/conventional-changelog/conventional-changelog-cli.svg?branch=master\n[travis-url]: https://travis-ci.org/conventional-changelog/conventional-changelog-cli\n[daviddm-image]: https://david-dm.org/conventional-changelog/conventional-changelog-cli.svg?theme=shields.io\n[daviddm-url]: https://david-dm.org/conventional-changelog/conventional-changelog-cli\n[coveralls-image]: https://coveralls.io/repos/conventional-changelog/conventional-changelog-cli/badge.svg\n[coveralls-url]: https://coveralls.io/r/conventional-changelog/conventional-changelog-cli\n","engines":{"node":">=6.9.0"},"gitHead":"83a7c3dac05e1d0a3402c6124318e584e4030c57","scripts":{"test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"bencoe@gmail.com"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"lerna/3.13.1/node@v11.12.0+x64 (darwin)","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"11.12.0","dependencies":{"meow":"^4.0.0","lodash":"^4.2.1","tempfile":"^1.1.1","add-stream":"^1.0.0","conventional-changelog":"^3.1.6"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli_2.0.19_1556820689642_0.30954987638803866","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"2.0.20":{"name":"conventional-changelog-cli","version":"2.0.20","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@2.0.20","maintainers":[{"name":"anonymous","email":"bencoe@gmail.com"},{"name":"anonymous","email":"gustaf.dalemar@gmail.com"},{"name":"anonymous","email":"hutson@hyper-expanse.net"},{"name":"anonymous","email":"hello@mario-nebl.de"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"808f929b1cea5ff6ad80c084f8d3a5d44b2d1f2e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-2.0.20.tgz","fileCount":5,"integrity":"sha512-FD5fCaNqZ8FZUlLwQjcOVg7nt+067HX7awOrJTVYkW/dNbp8j6usJs79XkHyeX3xjFLGxBSbWYqFOMZ3J/MB8A==","signatures":[{"sig":"MEUCIGSFv6FCQfvvD9ziI0ue8dC5OzPDtlxUWwi6UdOrJOagAiEAouXReKe7w796aFRnt6TjmiTUA9nfyznTEyXla4Eb3ZQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28791,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcyzULCRA9TVsSAnZWagAA+JEP/1PWMDGHwHQjPThKW9jb\n4Wh2q2Xa1/G1NHTdWWYitjIJu+6aU4jqOty4aO/+LcHrkeKVQIWq9dF4ObW0\nw+9DSVungzt5D65W7/KDWMMzpgV/ZyqOoTLeM+mLSojgWbeWC3jr6bbrs0Jr\nXIR36B9Wy3xuIOymd6atwgIYa6AyQAXZO8A0XomCTPgcxwKg6KE32CSJ4QUt\nDFv5WwFMvG5DaasdkW51Fj/hkFaGZoKPWhe+EEl7iXijLYuBKu8Fbq94ri5v\nuaN0nsjRFtySX71sMc++wY2Io0nnjlw6FZJMddEshXQM+SqUVmXybmHeAS/C\np08zZMgWhVYTERG01XORovqdHO9QTIaCdJgAePta5N8spsW9XQ+O9pAjyZbY\nZcj2RrVeVDXA8LOTP8NFmJDPGOaimrGU+vZYuYxlKxt/vSKVEZtAQ2ReRD29\nqlPD0AWGpkbLmqbzTG99zTsWLZLpU7elMBunlpk7j4jNqlkHk4ELla853RFA\n063ogbH8Tjt1jAwUOeZL5m+TbHSrgN8RxhsLVJX0qje01GBepx2H70S+fxCu\nPqsUcoUr9F8gpxOqmldHRnbPuC4XpXromRmzg1a6xKPr7QmDqWv8D8+wlJeo\nVKjAects6M8e4SKmX5XatSTW+ZLwN8cVz1GYdTwbMPp+/axJPBC4WM7y5s7y\no7iM\r\n=00b6\r\n-----END PGP SIGNATURE-----\r\n"},"readme":"# conventional-changelog-cli\n\n[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]\n\n> Generate a changelog from git metadata\n\n*[Changelog?](https://speakerdeck.com/stevemao/compose-a-changelog)*\n\n**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.\n\n\n## Quick start\n\n```sh\n$ npm install -g conventional-changelog-cli\n$ cd my-project\n$ conventional-changelog -p angular -i CHANGELOG.md -s\n```\n\nThis 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\".\n\nIf you first time use this tool and want to generate all previous changelog, you could do\n\n```sh\n$ conventional-changelog -p angular -i CHANGELOG.md -s -r 0\n```\n\nThis *will* overwrite any previous changelog if exist.\n\nAll available command line parameters can be listed using CLI: `conventional-changelog --help`.\n\n**Hint:** You can alias your command or add it to your package.json. EG: `\"changelog\": \"conventional-changelog -p angular -i CHANGELOG.md -s -r 0\"`.\n\nTo fully customize the tool, please checkout [conventional-changelog](https://github.com/ajoslin/conventional-changelog) and [conventional-changelog-core](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-core) docs. You can find more details there. **Note: `config` here can work with `preset`, which is different than `options.config` in conventional-changelog.**\n\n\n## Example output\n\n- https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog/CHANGELOG.md\n- https://github.com/karma-runner/karma/blob/master/CHANGELOG.md\n- https://github.com/btford/grunt-conventional-changelog/blob/master/CHANGELOG.md\n\n\n## Recommended workflow\n\n1. Make changes\n1. Commit those changes\n1. Make sure Travis turns green\n1. Bump version in `package.json`\n1. `conventionalChangelog`\n1. Commit `package.json` and `CHANGELOG.md` files\n1. Tag\n1. Push\n\nThe reason why you should commit and tag after `conventionalChangelog` is that the CHANGELOG should be included in the new release, hence `gitRawCommitsOpts.from` defaults to the latest semver tag.\n\n\n### With `npm version`\n\nUsing the npm scripts to our advantage with the following hooks:\n\n```json\n{\n  \"scripts\": {\n    \"version\": \"conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md\"\n  }\n}\n```\n\nYou could follow the following workflow\n\n1. Make changes\n1. Commit those changes\n1. Pull all the tags\n1. Run the [`npm version [patch|minor|major]`](https://docs.npmjs.com/cli/version) command\n1. Push\n\nYou could optionally add a `preversion` script to package your project or running a full suit of test.\nAnd a `postversion` script to clean your system and push your release and tags.\n\nBy adding a `.npmrc` you could also automate your commit message and set your tag prefix as such:\n\n```\ntag-version-prefix=\"\"\nmessage=\"chore(release): %s :tada:\"\n```\n\n\n## Why\n\n- Used by AngularJS, JSHint and related projects.\n- Easy fully automate changelog generation. You could still add more points on top of it.\n- Ignoring reverted commits, templating with [handlebars.js](https://github.com/wycats/handlebars.js) and links to references, etc. Open an [issue](../../issues/new) if you want more reasonable features.\n- Intelligently setup defaults but yet fully configurable with presets of [popular projects](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog#preset).\n- Everything internally or externally is pluggable.\n- A lot of tests and actively maintained.\n\n### Problems with [github-changelog-generator](https://github.com/skywinder/github-changelog-generator) or similar projects\n\n- Opinionated on how to write commits, issues or PRs.\n- No or partially support reference links.\n- Not system agnostic. Only support GitHub.\n- No template support. The output is mostly certain format of markdown.\n- No presets of popular commit message conventions.\n- Not modularized. Over the years [modularization is proven to be the best practice](https://github.com/sindresorhus/ama/issues/10#issuecomment-117766328).\n- No tests or coverage is too low. Program might be buggy.\n- Do not read your project's environment.\n- No or few task runner or build tool integrations.\n\n\n## Related\n\n- [conventional-changelog](https://github.com/ajoslin/conventional-changelog) - API of this module\n- [standard-changelog](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/standard-changelog) - Similar to this module but only with angular convention\n- [conventional-github-releaser](https://github.com/conventional-changelog/conventional-github-releaser) - Make a new GitHub release from git metadata\n- [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\n- [conventional-commits-detector](https://github.com/conventional-changelog/conventional-commits-detector) - Detect what commit message convention your repository is using\n- [commitizen](https://github.com/commitizen/cz-cli) - Simple commit conventions for internet citizens.\n- [angular-precommit](https://github.com/ajoslin/angular-precommit) - Pre commit with angular conventions\n- [commitlint](https://github.com/marionebl/commitlint) - Lint commit messages\n\n\n## License\n\nMIT © [Steve Mao](https://github.com/stevemao)\n\n\n[npm-image]: https://badge.fury.io/js/conventional-changelog-cli.svg\n[npm-url]: https://npmjs.org/package/conventional-changelog-cli\n[travis-image]: https://travis-ci.org/conventional-changelog/conventional-changelog-cli.svg?branch=master\n[travis-url]: https://travis-ci.org/conventional-changelog/conventional-changelog-cli\n[daviddm-image]: https://david-dm.org/conventional-changelog/conventional-changelog-cli.svg?theme=shields.io\n[daviddm-url]: https://david-dm.org/conventional-changelog/conventional-changelog-cli\n[coveralls-image]: https://coveralls.io/repos/conventional-changelog/conventional-changelog-cli/badge.svg\n[coveralls-url]: https://coveralls.io/r/conventional-changelog/conventional-changelog-cli\n","engines":{"node":">=6.9.0"},"gitHead":"631c684771e7905b6f4a7e71ec13bde4267ef867","scripts":{"test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"bencoe@gmail.com"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"lerna/3.13.1/node@v11.12.0+x64 (darwin)","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"11.12.0","dependencies":{"meow":"^4.0.0","lodash":"^4.2.1","tempfile":"^1.1.1","add-stream":"^1.0.0","conventional-changelog":"^3.1.7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli_2.0.20_1556821259460_0.9461569248883137","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"2.0.21":{"name":"conventional-changelog-cli","version":"2.0.21","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@2.0.21","maintainers":[{"name":"anonymous","email":"bencoe@gmail.com"},{"name":"anonymous","email":"gustaf.dalemar@gmail.com"},{"name":"anonymous","email":"hutson@hyper-expanse.net"},{"name":"anonymous","email":"hello@mario-nebl.de"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"7469ddd663a8e68967b6d8c9c2cf207d1d7462f7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-2.0.21.tgz","fileCount":5,"integrity":"sha512-gMT1XvSVmo9Np1WUXz8Mvt3K+OtzR+Xu13z0jq/3qsXBbLuYc2/oaUXVr68r3fYOL8E9dN2uvX7Hc7RkeWvRVA==","signatures":[{"sig":"MEUCIQC0+ueB8QlwcCqxyjWyWCH6B++F/8zIE5tppMctngZSuQIgRrzoet3ssHbUGyTO96d0+GC7renjKnaaq7mNpi38Ae4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28015,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcznctCRA9TVsSAnZWagAAhPAP/iaGSpBznMH891sczjCL\ndOXkuj1PRxT7KdpOKtz7iHqwKqYLpMO4RUKDoRauzz/Y5NMDNfMLFu+yoIrh\ndtvmB6amGtoOFtyTNi2wf3jVMPu7xin7p9mWF+OKrybk5DKUMCSTQSKqWWH7\n68D9eMrGjF8AhmY5XK5i+R7q+KnENeoM35MRryymYkP+6vd/sDf34Yn29uhJ\nh8rArJOrUQv38QisfwL2H37SzVoHmxIz+KiaSWYY0vdAtWLOsPgRLEz87WEH\nDnr4tQHlsINQewRwFZvS1vdEW8Wf7tjAz7jub8vYr92ZYP3ah1Su4qywkXI0\nxuYZtxcMaeVlMthpEsw8L0ZVGkzUlZWaL4vYTOIZuBmyydOEIJGN2djgFSVz\nAITJyNNs0X7Lw9Y99FLyLJIb1fe3hIea/qSsc6Gf2zLz03njwBCHbOGPOsQQ\nMswYuy5bxuUusnMJAEN7LEjzg7F9CTWobbg7VE9nXokC3sq92p6mrzH0qw8B\n3XkNoLd82vixyuWxpWDoe1RgKZZP2hXwLobI96TennNbJLqqvZQsnnHwThhT\ntiy6763rcIpy6nXNbCinz+Fy/Vgu1zxph2GtB9h5GjZk9KRMlevj5SLTi8E0\nVSo6/atq9btmS41CpVR+d2PIC1J6xopuCBKuE5wf7oGUhdIDLEV3i+lgHocF\nQIb7\r\n=vXce\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=6.9.0"},"gitHead":"6fb56a721c6594f2b95d11c4c06a8b0dfad36380","scripts":{"test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"bencoe@gmail.com"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"lerna/3.13.4/node@v12.1.0+x64 (darwin)","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"12.1.0","dependencies":{"meow":"^4.0.0","lodash":"^4.2.1","tempfile":"^1.1.1","add-stream":"^1.0.0","conventional-changelog":"^3.1.8"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli_2.0.21_1557034796688_0.08108364994930306","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"2.0.22":{"name":"conventional-changelog-cli","version":"2.0.22","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@2.0.22","maintainers":[{"name":"anonymous","email":"bencoe@gmail.com"},{"name":"anonymous","email":"gustaf.dalemar@gmail.com"},{"name":"anonymous","email":"hutson@hyper-expanse.net"},{"name":"anonymous","email":"hello@mario-nebl.de"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"73d0507a4d100c7975418b8ca4db2d489fa0d35e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-2.0.22.tgz","fileCount":5,"integrity":"sha512-aLUQmyomfXV0xauIpQtsLPXnqZMumm4+1P6Mv2CjrlKF8XQ8Jn1LnMUScaLnqvDOzeGIMwPIY5DVA7hGFD6ddw==","signatures":[{"sig":"MEUCIH47fZgIc7jXPaj8g54cAwXAG4agPsl8AOXfqU9TPyqmAiEA29YRZU1rsp7Xb3pTrjOlJpffV9K7w6D7gUPQOznU1w0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28537,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc4G/cCRA9TVsSAnZWagAA5OIP+gPiMUYjvvNFwF0lvW2G\n5/JO1XmOqcF13w8RLsLRUDSmeDgfEoRvjoDmlwPk8UsOjjQLe7H+vtJHr4Jx\nSTazr5sNYsHDiDAQnSwLq6O/3BMgrhP8sT7tThDtataml9TUZ0vkpNP/NQwD\nTFP8PPiJMoy7Zy/zLRCc8sXBkuhFPlubQhlLQj9xICpaKrLjxQTboAiMlAhd\nsfG/4kzCidXF+1SrGxHyFnrl3x66SU2pJ3iSBnEfi4GqmeSojHBtpjRp0TNJ\nE3jqkK833JiNarC/H1ORfQhKcZuygwFQwL4BqvUfEZYVRYea1QIX++wF4HZQ\nTc7z1JMVOvq1OfphaOqxzzKoRw3d/gFKY8PHPIRQN/Fffp/eWI70EIL1hR3c\nj6A+0NB64qI/jOb2J3RGSnKWx83ZTogyVP9gx94sN2WesxwhWs29nxzgwrVY\neA+ttyyfuGXOjrKZ5GpEjx7gnz7PjNBpI0VUKd9VK1AaeybD0u5Dre7TMJtt\nSxbnMSfrnTyGi2lVvZr3BM5DuL38EGsVcKyfkMNifsttRS83ASI9Fyci2Tp4\ncmlzwtCGxBmnWVdlV+4ZqrX4x7sLXNa4TdP1QGbmmzRQwJKYhxmXnb0zr8PY\n12kWLLFD+6xgo9gKXCWm/3hby1X6rikrcrmpoq5G2vZRlrsUKi3Nd+dj4T2h\nglU1\r\n=D/Gx\r\n-----END PGP SIGNATURE-----\r\n"},"readme":"# conventional-changelog-cli\n\n[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]\n\n> Generate a changelog from git metadata\n\n*[Changelog?](https://speakerdeck.com/stevemao/compose-a-changelog)*\n\n**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.\n\n\n## Quick start\n\n```sh\n$ npm install -g conventional-changelog-cli\n$ cd my-project\n$ conventional-changelog -p angular -i CHANGELOG.md -s\n```\n\nThis 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\".\n\nIf you first time use this tool and want to generate all previous changelog, you could do\n\n```sh\n$ conventional-changelog -p angular -i CHANGELOG.md -s -r 0\n```\n\nThis *will* overwrite any previous changelog if exist.\n\nAll available command line parameters can be listed using CLI: `conventional-changelog --help`.\n\n**Hint:** You can alias your command or add it to your package.json. EG: `\"changelog\": \"conventional-changelog -p angular -i CHANGELOG.md -s -r 0\"`.\n\nTo fully customize the tool, please checkout [conventional-changelog](https://github.com/ajoslin/conventional-changelog) and [conventional-changelog-core](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-core) docs. You can find more details there. **Note: `config` here can work with `preset`, which is different than `options.config` in conventional-changelog.**\n\n\n## Example output\n\n- https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog/CHANGELOG.md\n- https://github.com/karma-runner/karma/blob/master/CHANGELOG.md\n- https://github.com/btford/grunt-conventional-changelog/blob/master/CHANGELOG.md\n\n\n## Recommended workflow\n\n1. Make changes\n1. Commit those changes\n1. Make sure Travis turns green\n1. Bump version in `package.json`\n1. `conventionalChangelog`\n1. Commit `package.json` and `CHANGELOG.md` files\n1. Tag\n1. Push\n\nThe reason why you should commit and tag after `conventionalChangelog` is that the CHANGELOG should be included in the new release, hence `gitRawCommitsOpts.from` defaults to the latest semver tag.\n\n\n### With `npm version`\n\nUsing the npm scripts to our advantage with the following hooks:\n\n```json\n{\n  \"scripts\": {\n    \"version\": \"conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md\"\n  }\n}\n```\n\nYou could follow the following workflow\n\n1. Make changes\n1. Commit those changes\n1. Pull all the tags\n1. Run the [`npm version [patch|minor|major]`](https://docs.npmjs.com/cli/version) command\n1. Push\n\nYou could optionally add a `preversion` script to package your project or running a full suit of test.\nAnd a `postversion` script to clean your system and push your release and tags.\n\nBy adding a `.npmrc` you could also automate your commit message and set your tag prefix as such:\n\n```\ntag-version-prefix=\"\"\nmessage=\"chore(release): %s :tada:\"\n```\n\n\n## Why\n\n- Used by AngularJS, JSHint and related projects.\n- Easy fully automate changelog generation. You could still add more points on top of it.\n- Ignoring reverted commits, templating with [handlebars.js](https://github.com/wycats/handlebars.js) and links to references, etc. Open an [issue](../../issues/new) if you want more reasonable features.\n- Intelligently setup defaults but yet fully configurable with presets of [popular projects](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog#preset).\n- Everything internally or externally is pluggable.\n- A lot of tests and actively maintained.\n\n### Problems with [github-changelog-generator](https://github.com/skywinder/github-changelog-generator) or similar projects\n\n- Opinionated on how to write commits, issues or PRs.\n- No or partially support reference links.\n- Not system agnostic. Only support GitHub.\n- No template support. The output is mostly certain format of markdown.\n- No presets of popular commit message conventions.\n- Not modularized. Over the years [modularization is proven to be the best practice](https://github.com/sindresorhus/ama/issues/10#issuecomment-117766328).\n- No tests or coverage is too low. Program might be buggy.\n- Do not read your project's environment.\n- No or few task runner or build tool integrations.\n\n\n## API\n\nPlease use [conventional-changelog](https://github.com/conventional-changelog/conventional-changelog) \n\n\n## License\n\nMIT © [Steve Mao](https://github.com/stevemao)\n\n\n[npm-image]: https://badge.fury.io/js/conventional-changelog-cli.svg\n[npm-url]: https://npmjs.org/package/conventional-changelog-cli\n[travis-image]: https://travis-ci.org/conventional-changelog/conventional-changelog-cli.svg?branch=master\n[travis-url]: https://travis-ci.org/conventional-changelog/conventional-changelog-cli\n[daviddm-image]: https://david-dm.org/conventional-changelog/conventional-changelog-cli.svg?theme=shields.io\n[daviddm-url]: https://david-dm.org/conventional-changelog/conventional-changelog-cli\n[coveralls-image]: https://coveralls.io/repos/conventional-changelog/conventional-changelog-cli/badge.svg\n[coveralls-url]: https://coveralls.io/r/conventional-changelog/conventional-changelog-cli\n","engines":{"node":">=6.9.0"},"gitHead":"38f5508191f8afc1a8503d1fd24e2de6d05b8738","scripts":{"test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"bencoe@gmail.com"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"lerna/3.13.4/node@v11.12.0+x64 (darwin)","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"11.12.0","dependencies":{"meow":"^4.0.0","lodash":"^4.2.1","tempfile":"^1.1.1","add-stream":"^1.0.0","conventional-changelog":"^3.1.9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli_2.0.22_1558212571803_0.9567109023692557","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"2.0.23":{"name":"conventional-changelog-cli","version":"2.0.23","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@2.0.23","maintainers":[{"name":"anonymous","email":"bencoe@gmail.com"},{"name":"anonymous","email":"gustaf.dalemar@gmail.com"},{"name":"anonymous","email":"hutson@hyper-expanse.net"},{"name":"anonymous","email":"hello@mario-nebl.de"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"3f6b2bb3e1e6a6f520f7fa514fe8fba2d92faab0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-2.0.23.tgz","fileCount":5,"integrity":"sha512-a/jDZHEUpSHQMAqeDrmrFhz9CKHBKhBGpJyc38BCfNjFA1RKchpq/Qqbo1BZwRLWrW/PX7IGsUicTyhniqUH9g==","signatures":[{"sig":"MEQCIH7AF6268rPVQjZaoDhG1/2aecLt9dIKFIR5/g3K7ExeAiBV64bh4/ceFQPMUm2CNxx079xe/vebibzLZHT1/5c+cA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29078,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdPofcCRA9TVsSAnZWagAA0A4P/3bIm32hJqIVdDHWv/6V\nlgJZq0nP4eEkgeg192K9yBUgiM8Qujy+FDsZKOOBTN/MbplJJ5jBBUL3OFE6\n624Dq9aW3KA7dYwc4WC24XC9yLwJ9PF/puurjhAXj8FRawVQIGp8NAiFEbyH\n0Tb2V5vas2Uf46dsc32fAtNrlWBOkDzk+J3f84BMfwovQPxczmzvQ2wpUi8E\ndY56XwB9I8ZqNrtog+P8sA+Gl+fW35agSYI5VoA5CXcRGkZ9vW3/EdDCSwCj\nlnDuTMTatQXTUSR7/eUqz31s/Z2IVTfUxnmgLTvFmHDF0Tr2kdbZMvi7GfQR\nVbx6ypdOcQK8ByrACIFWRuasMBt3/WZ1GW2IlpRpVrTgO+2CQDcFeCR7VNvy\n89jylkdvcxaCadLRYT8tA1OoiYq0BoMoP0/zxJqWXWo+iWF2nqvlBpcND46m\nH8iDv7/brLNHLQ9qcoxQzw7pv+9L1/WvRpE9Btu88+AtAT2moqZQNNjnmi+M\naSHnerRWxWiNOG0WIC17CUGRhep2jd2q4H2OiJccD2HgITPwNAzF1aPqX6Hh\nAGu7m/hNJZrk6atPM7f023sFLoMWzU0K4tPCzvOQBoxhXrJg5o++p8Ba0Te+\ny+Izf+mjSiIqgR0fO/Ofvs/KMfh/sXtIUuEzvlAUr1US399eGX3cOyKxvfSs\nMz3L\r\n=177Z\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=6.9.0"},"gitHead":"dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4","scripts":{"test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"bencoe@gmail.com"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"lerna/3.16.4/node@v12.4.0+x64 (darwin)","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"12.4.0","dependencies":{"meow":"^4.0.0","lodash":"^4.14.14","tempfile":"^1.1.1","add-stream":"^1.0.0","conventional-changelog":"^3.1.10"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli_2.0.23_1564379100209_0.6822181704833705","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"2.0.25":{"name":"conventional-changelog-cli","version":"2.0.25","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@2.0.25","maintainers":[{"name":"anonymous","email":"bencoe@gmail.com"},{"name":"anonymous","email":"gustaf.dalemar@gmail.com"},{"name":"anonymous","email":"hutson@hyper-expanse.net"},{"name":"anonymous","email":"hello@mario-nebl.de"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"},{"name":"anonymous","email":"tommywo@o2.pl"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"911e4dc67a6455f387a0657a49186aea5d3a86ad","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-2.0.25.tgz","fileCount":5,"integrity":"sha512-b0zNygHrFI4HjNmgPzDLSqoltIwo3pIfilWZFNH/1w6QIZoZHeA4SxojRgih9aCc0Eeg1RH7lXIPaRgHa9cv7A==","signatures":[{"sig":"MEUCICStlem7rA/MqD0Q+DOrcP9Ob+QRR9dacrCRCqYoq6t9AiEA69+/OyZtHWVx+oSw19JpY7G0AqeuhkTHV1xu+fBJ37k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30346,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdlh9KCRA9TVsSAnZWagAAIHYQAJIkbleFoOcm30mVY1ex\niAVB0ikfVOn+kpi/LTp8wIbAKyjJNRYK/uKq+UWtgmTqDtxRqUtFXfSx4lrs\nwhjNe21XsO8qhBsHqV78kM3VYfVPBZq5JznzHYyLqy+4/3dkE8Ab2pjun4+S\nyOWW6Fbrn4g6J1pOA/sLJdL2IYibRAEcJEw7bk6PcySbH101wVkfEMhBURPB\nLLY/vxgquw7n72PZOo/2LHMY/mfym1cWtcVgiQJYMuezJYosC+SffOhQJXZ5\nMTQgHCiaoFFwTHHcZkzaM6Ioo5bjl70LxtU0Bcfk4PUqItDfQYynIv59AT7t\n/MwAhTchzW/7tcvcwcHihIShxQB7rXahkGbnKEpRuzbanBzUYZuPSR6mqPFZ\nkDt/BnUZ1Zlso0RNajMvD04u0b29CO8QJDfnxNIxbZTpNX6zfkbcjnENdqwc\nusVt+sw5DkMMY63/zwhsWfcGof8LA/l6fraCKAH8ZF/0VKIAxXLJkwJ9IyHN\nXNgodhtBkUv89HYyt320/HTWvNbAayG3gKBrI0TyKbmgcSqtpOxM7asXUJ+W\ngg4asXAH6I02tpXOK1hwu0sK3f9NMKbPjQk7S8fa2HHYRJbKX7RPBBrhEo/S\ntQsj9JEjyOJ6gYqei/Xy0zQfy6th5e24uVpZCnSUd4XpPIoe20rzd8h9g6AL\nHF92\r\n=ddnU\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=6.9.0"},"gitHead":"7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8","scripts":{"test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"tommywo@o2.pl"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"lerna/3.16.4/node@v10.16.3+x64 (darwin)","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"10.16.3","dependencies":{"meow":"^4.0.0","lodash":"^4.14.14","tempfile":"^3.0.0","add-stream":"^1.0.0","conventional-changelog":"^3.1.12"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli_2.0.25_1570119497779_0.4057011280146583","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"2.0.26":{"name":"conventional-changelog-cli","version":"2.0.26","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@2.0.26","maintainers":[{"name":"anonymous","email":"bencoe@gmail.com"},{"name":"anonymous","email":"gustaf.dalemar@gmail.com"},{"name":"anonymous","email":"hutson@hyper-expanse.net"},{"name":"anonymous","email":"hello@mario-nebl.de"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"},{"name":"anonymous","email":"tommywo@o2.pl"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"f5f65df0c00fd88423a144d195b5a8e73b73d65d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-2.0.26.tgz","fileCount":5,"integrity":"sha512-0F6QTgBAtUFAw1xLtGuihznp22R8CkoFCdBFtQGKdAi3oCcV5i2P8+JKNvzgMA9MeDs3UYfY1yHDFWom3rT+YQ==","signatures":[{"sig":"MEUCIHsz0JRZ5Fb6UETQj7JbiYR5xJLStnHEE7ztt2F/ZV6BAiEAgDFakls+LxuPxB0EiTMd3n/i0iX/3SPL5Mhz3yE+Sy0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30798,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdsVooCRA9TVsSAnZWagAA01oP/iCAqJEDW62gKWOdxD3j\nOIyqd8drN9tHjbSYez4U3m454qg14xMfS3Uh/wSXFgQgb1Dbk5hYcIzsKFZS\niZLIbroeld6Li4KmzqhHR4JtvGg8mfN3sKSevuqiXfnA4NbaJigbH+q+lY9L\nqYqOB8Y0lCVcbvVVIUOZpbp8ofnhsDNd7Tde7ls5R23Bu9H/+g4MeHuhNzef\n/BNiFZxPJ42eWE3iRmeeeKkcFfy0GWMKHN5hJplWBxdcxzEXMRFpxBDJBs0O\nUpErR/5nH5TWpZMI0218yD/IDhXpejWb6+TWO0/8m6OtUAWYCnR66SYBZVAJ\nHuUMd32HgQKUrR6PNo5tC4yVbpY9GbRmReKzGsB5+1r0L9leqHi6uYLHfpY+\nRcwq7VsTANnkfbfKoqER1xpMSCDsoLECwhw+vRJR3HLLBkEqEUubOWm8sGUE\nH4BpGY2FIYrsN6nJukw09io/qB30Bgf2GcSyIWdo1+Yyb8v1W98uGrP+l7CE\npsz3zDqX3YlYbT8F4hs2TD/YIZuxXg46+GuaNgwa7DaGpbxlufdX4nxFTQIf\n9fbVPKa5pI3RFaywsMPyZbPHW3LenYLgl4qkDvluGgIb6AxgchhNWwIBZFs7\ntPGLoOlgLeqpHiVN/3ryNhcRXnNgmlDfUOCCbznF0vxoTwyLc3k2fDDIxb3u\nrtIu\r\n=7Wie\r\n-----END PGP SIGNATURE-----\r\n"},"readme":"# conventional-changelog-cli\n\n[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]\n\n> Generate a changelog from git metadata\n\n*[Changelog?](https://speakerdeck.com/stevemao/compose-a-changelog)*\n\n**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.\n\n\n## Quick start\n\n```sh\n$ npm install -g conventional-changelog-cli\n$ cd my-project\n$ conventional-changelog -p angular -i CHANGELOG.md -s\n```\n\nThis 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\".\n\nIf this is your first time using this tool and you want to generate all previous changelogs, you could do\n\n```sh\n$ conventional-changelog -p angular -i CHANGELOG.md -s -r 0\n```\n\nThis *will* overwrite any previous changelogs if they exist.\n\nAll available command line parameters can be listed using CLI: `conventional-changelog --help`.\n\n**Hint:** You can alias your command or add it to your package.json. EG: `\"changelog\": \"conventional-changelog -p angular -i CHANGELOG.md -s -r 0\"`.\n\nTo fully customize the tool, please checkout [conventional-changelog](https://github.com/ajoslin/conventional-changelog) and [conventional-changelog-core](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-core) docs. You can find more details there. **Note: `config` here can work with `preset`, which is different than `options.config` in conventional-changelog.**\n\n\n## Example output\n\n- https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog/CHANGELOG.md\n- https://github.com/karma-runner/karma/blob/master/CHANGELOG.md\n- https://github.com/btford/grunt-conventional-changelog/blob/master/CHANGELOG.md\n\n\n## Recommended workflow\n\n1. Make changes\n1. Commit those changes\n1. Make sure Travis turns green\n1. Bump version in `package.json`\n1. `conventionalChangelog`\n1. Commit `package.json` and `CHANGELOG.md` files\n1. Tag\n1. Push\n\nThe reason why you should commit and tag after `conventionalChangelog` is that the CHANGELOG should be included in the new release, hence `gitRawCommitsOpts.from` defaults to the latest semver tag.\n\n\n### With `npm version`\n\nUsing the npm scripts to our advantage with the following hooks:\n\n```json\n{\n  \"scripts\": {\n    \"version\": \"conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md\"\n  }\n}\n```\n\nYou could follow the following workflow\n\n1. Make changes\n1. Commit those changes\n1. Pull all the tags\n1. Run the [`npm version [patch|minor|major]`](https://docs.npmjs.com/cli/version) command\n1. Push\n\nYou could optionally add a `preversion` script to package your project or running a full suit of test.\nAnd a `postversion` script to clean your system and push your release and tags.\n\nBy adding a `.npmrc` you could also automate your commit message and set your tag prefix as such:\n\n```\ntag-version-prefix=\"\"\nmessage=\"chore(release): %s :tada:\"\n```\n\n\n## Why\n\n- Used by AngularJS, JSHint and related projects.\n- Easy fully automate changelog generation. You could still add more points on top of it.\n- Ignoring reverted commits, templating with [handlebars.js](https://github.com/wycats/handlebars.js) and links to references, etc. Open an [issue](../../issues/new) if you want more reasonable features.\n- Intelligently setup defaults but yet fully configurable with presets of [popular projects](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog#preset).\n- Everything internally or externally is pluggable.\n- A lot of tests and actively maintained.\n\n### Problems with [github-changelog-generator](https://github.com/skywinder/github-changelog-generator) or similar projects\n\n- Opinionated on how to write commits, issues or PRs.\n- No or partially support reference links.\n- Not system agnostic. Only support GitHub.\n- No template support. The output is mostly certain format of markdown.\n- No presets of popular commit message conventions.\n- Not modularized. Over the years [modularization is proven to be the best practice](https://github.com/sindresorhus/ama/issues/10#issuecomment-117766328).\n- No tests or coverage is too low. Program might be buggy.\n- Do not read your project's environment.\n- No or few task runner or build tool integrations.\n\n\n## API\n\nPlease use [conventional-changelog](https://github.com/conventional-changelog/conventional-changelog) \n\n\n## License\n\nMIT © [Steve Mao](https://github.com/stevemao)\n\n\n[npm-image]: https://badge.fury.io/js/conventional-changelog-cli.svg\n[npm-url]: https://npmjs.org/package/conventional-changelog-cli\n[travis-image]: https://travis-ci.org/conventional-changelog/conventional-changelog-cli.svg?branch=master\n[travis-url]: https://travis-ci.org/conventional-changelog/conventional-changelog-cli\n[daviddm-image]: https://david-dm.org/conventional-changelog/conventional-changelog-cli.svg?theme=shields.io\n[daviddm-url]: https://david-dm.org/conventional-changelog/conventional-changelog-cli\n[coveralls-image]: https://coveralls.io/repos/conventional-changelog/conventional-changelog-cli/badge.svg\n[coveralls-url]: https://coveralls.io/r/conventional-changelog/conventional-changelog-cli\n","engines":{"node":">=6.9.0"},"gitHead":"e865af4df8d06795cebc7af09364ade19119e089","scripts":{"test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"tommywo@o2.pl"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"lerna/3.18.2/node@v10.16.3+x64 (darwin)","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"10.16.3","dependencies":{"meow":"^4.0.0","lodash":"^4.17.15","tempfile":"^3.0.0","add-stream":"^1.0.0","conventional-changelog":"^3.1.13"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli_2.0.26_1571904040536_0.677324477878734","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"2.0.27":{"name":"conventional-changelog-cli","version":"2.0.27","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@2.0.27","maintainers":[{"name":"anonymous","email":"bencoe@gmail.com"},{"name":"anonymous","email":"gustaf.dalemar@gmail.com"},{"name":"anonymous","email":"hutson@hyper-expanse.net"},{"name":"anonymous","email":"hello@mario-nebl.de"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"},{"name":"anonymous","email":"tommywo@o2.pl"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"368e65ae4e043c7beab0a9e7a21741aa693dba82","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-2.0.27.tgz","fileCount":5,"integrity":"sha512-SK71zMVyAlfYua44WFCLRZqWO76He57NLsp9wfTAsHkCgbrWtWGbXA/UuGq49H5lAlWMcaqYR6OYcssqmFw6aQ==","signatures":[{"sig":"MEUCIEismGLRlrDthQEAJqIuePp2UwZYSdCQUN33HwSm7+m5AiEAwprIsvzoilRetkUMZ49OPfQQR0tlCHzE2R6zJTUlKws=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":31040,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdw9VSCRA9TVsSAnZWagAAsRIP/1mN+qphfCUyXtcSgbob\nOs71KCWxb6SvfmFIc2+3+E6WjZaoYStaPFKErGtgY9+5OdYBdLhrE0PftYSV\nY5nYXk7+vtd3XsKfnJ9DjMXF58p1aHyK4JAGxa/P0wriKXbqFWew0RgdCzKe\nJDh9zeXoWc1/nrflloQKVwiiULCvzQVWWXXRzSCPODG88SMDmWyitHU49PM7\nat6sx2NquMUegIzOCJKfHLb74In+kBhzRf+SZ++iRNnXYi1GuCv/zGj1Ym4i\n1ei1lUzmYT3O7YoHmuAAVE7xBJl++tmIjdgpSbh2xWgWOCPXc6q/fLR/qI2u\nA1ukXIJPYufQO1vbIvD6JNZZhELoFoTsr0yncVsDHxOvQrK5q5KxJ/OKAVGu\n/WMRwMcNv1xn2/Ho+oMxTOzvDHUs2XfsfaM8GBpkiY4zQfl9EvOxRIgYBD5L\ns3iMfJKNRgzkRmHRis/k3EUkEJmTWh0Y07Xqv6euo0vGCgOcgQvmKeW9EKTV\n6tOMX2l0h05ZO1zl6eiIksB1BFSR/1B1fVRC24foc8OU7JBhqS2MMhWO/RBd\nHZXC311h8ltJSiYcFGGFNn0LdP1ShFWR10aDn4VZCwzrV4VqXhb+nORV1tw3\n70yNNO11i7UoSWj1GFcbnk8luICcQPuzWX1b/8V5j1T5YJfSRcqVFr2Q54L8\nwzxt\r\n=C4T/\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=6.9.0"},"gitHead":"741e90744cdb58e82e71feb36018047d7baca768","scripts":{"test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"tommywo@o2.pl"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"lerna/3.18.2/node@v10.16.3+x64 (darwin)","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"10.16.3","dependencies":{"meow":"^4.0.0","lodash":"^4.17.15","tempfile":"^3.0.0","add-stream":"^1.0.0","conventional-changelog":"^3.1.14"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli_2.0.27_1573115218374_0.157057240979801","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"2.0.28":{"name":"conventional-changelog-cli","version":"2.0.28","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@2.0.28","maintainers":[{"name":"anonymous","email":"bencoe@gmail.com"},{"name":"anonymous","email":"gustaf.dalemar@gmail.com"},{"name":"anonymous","email":"hutson@hyper-expanse.net"},{"name":"anonymous","email":"hello@mario-nebl.de"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"},{"name":"anonymous","email":"tommywo@o2.pl"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"76c362cb238b356114310ad7242cce9b765fe100","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-2.0.28.tgz","fileCount":5,"integrity":"sha512-ioagYxYI4GGs3p5APfEgSqjK21Fwl0mTa05MkIH85R64MqtUvNygtjHZWoXtdpM29OONJzxrebWDSyNHX6Fssg==","signatures":[{"sig":"MEYCIQDZSy8RB7z5xX8LwNnQLc1SbNutY6+ne1cvKTuArUdpEQIhAIo4hz+5SF7CPZatgRdyazEnHu6/U/4+uSpmm0LsPDzy","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":31833,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdzdB/CRA9TVsSAnZWagAAFb4P/i8bUYnJBZgrWESs9zi+\niCWB4qVzfjm/ENxKHC12qBsSTsC4p2/lW9R5PZtvmqF6xSgC5lN+HrMJabDs\n/8q29pRQaYtKTCTtsYor2mji3HZbAV3mr2ttDKKyVIEo/9LPSlYbXmzAqd/r\neXSnKjaVq1hnmJ+XUeZdD2TUTW3o+GBQp2+81Y/rqqq5m6u2GxkisFbqSYmV\n58MMe2k21q6e6K0x4qah8QkfONIZ53OCsN7JTB5VvPTwjf7ulH3Dc46hjwjp\nemVfD3ZuJ1m209Ku11aEJ1QC57qj4+bnW1LKhn8rSQ0ZOtoM1s0bIIPE/jr3\nQwzW49OPcf9tVFhU00lQABK2hnVlD6JmGUOWxVLetAlnn5pOR320010JvQQN\nYDUyBLOzEQ8QE5MTZ7FnYB/2Ukz/XuN5Ti/NDN41QmL9J9uGQdGZQk0U+l0m\ngAiGE8+grNhrZlyUZq0G8FxbRRyf3fNp8kLAR+1ahajfFB1R/wVzziWMmxZF\nAISYcAunk15Gmc80dzwPJBbUqqcEuSuwMHonjPs4dHbazJZBjf8xTi0BpdXP\nl7WF8vnazBKFxjHiIggLIyP2T1B/mSwL9LMrsSbgXq4gdrGDkGifDeljVd8R\nV+sBfOnsOYgGqPEXVMl6OvoN/KS9LLVzER2mfP0P6zBAxvKBXT6pkumK/VZr\nEYWC\r\n=J40c\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=6.9.0"},"gitHead":"79217815a7ce5f3d3f833961ce9a14bd454e5789","scripts":{"test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"tommywo@o2.pl"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"lerna/3.18.4/node@v12.12.0+x64 (darwin)","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"12.12.0","dependencies":{"meow":"^5.0.0","lodash":"^4.17.15","tempfile":"^3.0.0","add-stream":"^1.0.0","conventional-changelog":"^3.1.15"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli_2.0.28_1573769343032_0.12261119066133053","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"2.0.29":{"name":"conventional-changelog-cli","version":"2.0.29","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@2.0.29","maintainers":[{"name":"anonymous","email":"bencoe@gmail.com"},{"name":"anonymous","email":"gustaf.dalemar@gmail.com"},{"name":"anonymous","email":"hutson@hyper-expanse.net"},{"name":"anonymous","email":"hello@mario-nebl.de"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"},{"name":"anonymous","email":"tommywo@o2.pl"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"5213928514d6544a4846a8dd0430b71d8b368d31","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-2.0.29.tgz","fileCount":5,"integrity":"sha512-/iEdN8nEZdpUk+1zBptM9RnUNB5JEcILoRGOqZqun0ItZ1UyCMXjuvvpff3nNptmnTeMTBzdOhk6fZYe+EiD5g==","signatures":[{"sig":"MEUCIQDS/uuIzIQ5ltKRhH5swBJoZ0VVZg8YHQUbGijNvQRMzwIgRK5kVE9uGwezdHdZwuXMxtKVkL3wFZNx1EQMuK7oH+8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32075,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd1jqmCRA9TVsSAnZWagAAAEYQAJq2XOn6yRhkh1zvIx0u\nAU435aeoE0A2i+rol3xS47NPk6eSuz/lpAq+CbvmzoAMzt5bwUU6CECvvHOk\nGTX62eIe/HAAF0SRKF3NIpotyqvQR+pZw4gVb8pOWtfIpqaUSTye+OT2yFT5\n/ioI7lQWBdnjmK7iAYFg5d55XTkiCKPTogHs5rAe5lNy0F1gPTnusMWKM+pv\nI7xpo4vI/DkgDqAfoCkmfT2iQF4rjgn+Qzt2SF4WVnDc0NeqbONPwy53ZiJZ\ndO3v1Yvl1p+pf+0sr1BKn+5ykdJAvGDTL3rbpKx0l0GFKuFVU5xQYmYsnDDP\nIxEAm5B8m15pHaImOLOzTQ7unmPGIhUbhKxu4AtpyrX4f3CvTmodtaoRohnx\nWlDf/bu0IyM4X2vbnh23NxfGiJvyR9eZ7Ll09/GHH1m0fMOvK4BVsM9HCRgo\nOf9cHaGNk3LCqMNI//gk+7QTYp0dcUAXaFi1xuZJPLaiLWjwdKDeMplVJqkf\nf5Ii4XtaZ03EQ5gh1+IViN1jEb28m6XjNMQbJkeZjq3mo8wqvT6DoOUz5zfD\nGz8qaQN6P6cu9pDcgISSv9Ml1mXE0tlWdLVDCQKwD6dyPqquWPQbiTYkpIyX\nXbWI3b0NOzVy0vXlKxav+4Hd1zfHc6JE8Ddfx1cDLzRkGtuxm1vZ+T63ivEp\n2MZX\r\n=RdZY\r\n-----END PGP SIGNATURE-----\r\n"},"readme":"# conventional-changelog-cli\n\n[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]\n\n> Generate a changelog from git metadata\n\n*[Changelog?](https://speakerdeck.com/stevemao/compose-a-changelog)*\n\n**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.\n\n\n## Quick start\n\n```sh\n$ npm install -g conventional-changelog-cli\n$ cd my-project\n$ conventional-changelog -p angular -i CHANGELOG.md -s\n```\n\nThis 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\".\n\nIf this is your first time using this tool and you want to generate all previous changelogs, you could do\n\n```sh\n$ conventional-changelog -p angular -i CHANGELOG.md -s -r 0\n```\n\nThis *will* overwrite any previous changelogs if they exist.\n\nAll available command line parameters can be listed using CLI: `conventional-changelog --help`.\n\n**Hint:** You can alias your command or add it to your package.json. EG: `\"changelog\": \"conventional-changelog -p angular -i CHANGELOG.md -s -r 0\"`.\n\nTo fully customize the tool, please checkout [conventional-changelog](https://github.com/ajoslin/conventional-changelog) and [conventional-changelog-core](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-core) docs. You can find more details there. **Note: `config` here can work with `preset`, which is different than `options.config` in conventional-changelog.**\n\n\n## Example output\n\n- https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog/CHANGELOG.md\n- https://github.com/karma-runner/karma/blob/master/CHANGELOG.md\n- https://github.com/btford/grunt-conventional-changelog/blob/master/CHANGELOG.md\n\n\n## Recommended workflow\n\n1. Make changes\n1. Commit those changes\n1. Make sure Travis turns green\n1. Bump version in `package.json`\n1. `conventionalChangelog`\n1. Commit `package.json` and `CHANGELOG.md` files\n1. Tag\n1. Push\n\nThe reason why you should commit and tag after `conventionalChangelog` is that the CHANGELOG should be included in the new release, hence `gitRawCommitsOpts.from` defaults to the latest semver tag.\n\n\n### With `npm version`\n\nUsing the npm scripts to our advantage with the following hooks:\n\n```json\n{\n  \"scripts\": {\n    \"version\": \"conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md\"\n  }\n}\n```\n\nYou could follow the following workflow\n\n1. Make changes\n1. Commit those changes\n1. Pull all the tags\n1. Run the [`npm version [patch|minor|major]`](https://docs.npmjs.com/cli/version) command\n1. Push\n\nYou could optionally add a `preversion` script to package your project or running a full suit of test.\nAnd a `postversion` script to clean your system and push your release and tags.\n\nBy adding a `.npmrc` you could also automate your commit message and set your tag prefix as such:\n\n```\ntag-version-prefix=\"\"\nmessage=\"chore(release): %s :tada:\"\n```\n\n\n## Why\n\n- Used by AngularJS, JSHint and related projects.\n- Easy fully automate changelog generation. You could still add more points on top of it.\n- Ignoring reverted commits, templating with [handlebars.js](https://github.com/wycats/handlebars.js) and links to references, etc. Open an [issue](../../issues/new) if you want more reasonable features.\n- Intelligently setup defaults but yet fully configurable with presets of [popular projects](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog#preset).\n- Everything internally or externally is pluggable.\n- A lot of tests and actively maintained.\n\n### Problems with [github-changelog-generator](https://github.com/skywinder/github-changelog-generator) or similar projects\n\n- Opinionated on how to write commits, issues or PRs.\n- No or partially support reference links.\n- Not system agnostic. Only support GitHub.\n- No template support. The output is mostly certain format of markdown.\n- No presets of popular commit message conventions.\n- Not modularized. Over the years [modularization is proven to be the best practice](https://github.com/sindresorhus/ama/issues/10#issuecomment-117766328).\n- No tests or coverage is too low. Program might be buggy.\n- Do not read your project's environment.\n- No or few task runner or build tool integrations.\n\n\n## API\n\nPlease use [conventional-changelog](https://github.com/conventional-changelog/conventional-changelog) \n\n\n## License\n\nMIT © [Steve Mao](https://github.com/stevemao)\n\n\n[npm-image]: https://badge.fury.io/js/conventional-changelog-cli.svg\n[npm-url]: https://npmjs.org/package/conventional-changelog-cli\n[travis-image]: https://travis-ci.org/conventional-changelog/conventional-changelog-cli.svg?branch=master\n[travis-url]: https://travis-ci.org/conventional-changelog/conventional-changelog-cli\n[daviddm-image]: https://david-dm.org/conventional-changelog/conventional-changelog-cli.svg?theme=shields.io\n[daviddm-url]: https://david-dm.org/conventional-changelog/conventional-changelog-cli\n[coveralls-image]: https://coveralls.io/repos/conventional-changelog/conventional-changelog-cli/badge.svg\n[coveralls-url]: https://coveralls.io/r/conventional-changelog/conventional-changelog-cli\n","engines":{"node":">=6.9.0"},"gitHead":"e43ecc898e4ee27b182ebad4f7607210bb5b6288","scripts":{"test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"tommywo@o2.pl"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"lerna/3.18.5/node@v12.12.0+x64 (darwin)","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"12.12.0","dependencies":{"meow":"^5.0.0","lodash":"^4.17.15","tempfile":"^3.0.0","add-stream":"^1.0.0","conventional-changelog":"^3.1.16"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli_2.0.29_1574320806508_0.9270108073788541","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"2.0.30":{"name":"conventional-changelog-cli","version":"2.0.30","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@2.0.30","maintainers":[{"name":"anonymous","email":"bencoe@gmail.com"},{"name":"anonymous","email":"gustaf.dalemar@gmail.com"},{"name":"anonymous","email":"hutson@hyper-expanse.net"},{"name":"anonymous","email":"hello@mario-nebl.de"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"},{"name":"anonymous","email":"tommywo@o2.pl"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"a528ea92a4c68380bbe1b4935361d3308585bf3a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-2.0.30.tgz","fileCount":5,"integrity":"sha512-k2qSrlOpMxtv1xOtUxICNQ2dsanvoNy4PElMdLDof2lvP9BFfGPtEXjoMBcRoTSN98KeUalYA8X2UdNBNFttoA==","signatures":[{"sig":"MEUCIQCwYXoOjS/P/5VD4sXlahXeJf4097RT7854mzI2K+6wTAIgXyJgcSSI0GJTuu0cUwRzjU0HOCT19GGQP5T0oFv+8xg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32317,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd3gQUCRA9TVsSAnZWagAA+zQP/0ME3e89LFgQZwK/7gNX\naOhk8YJrblwLHpVEteOTARuTqg7dzegg8PrVRhs0BjwkIHFgK2y3gSPERCRt\nv2tcZs0PJ7Lxklhyb2/ZQi8g4fLcf36WPl9Qn4v+7tptcAejGHvKsfImEeS9\nbcnF+JKRfiatpevZGiYRgGRVU3qLeOyOP7s1FDE2+CPC5JEE4nmsvzhH/8zD\no6gU95T6wBXHZ+GlDSpZGHLUjV8B5tBlVXjHjDggf3mRajiz6tlHYSfYXIw2\nhFpPzG0qqH8gYGXZl9XJjnW7HcuIEyhUV8VuesPm7M5lqoz16DixC7jz3szP\nTC4qDDlRdC060WxMBISMKrjwcrOBDbROLysjo79sAc5nzYSjFoDgHT3BXEIE\nU/qFzgB52RwWnxevj4H0PRPCuKMDBGL4Q1kxIIMOvrJ4uggbmd+rSCgjB3fT\nqnC5WibanQqnuP2XtgT6R1bBSwfGcfBKtN3snkPlN7klDmaUEdrG9Ix5PDlC\nGM2K6mJimIt6kYW/ReJCF394ANNNBMQp3OSJm1KF7wBFBOv023pAeFCwCcum\nBucKuO5pIPc0TLWuw1C8ObXg0ZgGGn5gdk6FqXv13tldMtMwFL9nOfRqsY73\n0/7OdFu2nV+aBS01Lv5WMVvqjRsUBN5t2MAu31MAOqtcqjTB6H+QvZGFgSBN\nDXCl\r\n=rKU3\r\n-----END PGP SIGNATURE-----\r\n"},"readme":"# conventional-changelog-cli\n\n[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]\n\n> Generate a changelog from git metadata\n\n*[Changelog?](https://speakerdeck.com/stevemao/compose-a-changelog)*\n\n**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.\n\n\n## Quick start\n\n```sh\n$ npm install -g conventional-changelog-cli\n$ cd my-project\n$ conventional-changelog -p angular -i CHANGELOG.md -s\n```\n\nThis 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\".\n\nIf this is your first time using this tool and you want to generate all previous changelogs, you could do\n\n```sh\n$ conventional-changelog -p angular -i CHANGELOG.md -s -r 0\n```\n\nThis *will* overwrite any previous changelogs if they exist.\n\nAll available command line parameters can be listed using CLI: `conventional-changelog --help`.\n\n**Hint:** You can alias your command or add it to your package.json. EG: `\"changelog\": \"conventional-changelog -p angular -i CHANGELOG.md -s -r 0\"`.\n\nTo fully customize the tool, please checkout [conventional-changelog](https://github.com/ajoslin/conventional-changelog) and [conventional-changelog-core](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-core) docs. You can find more details there. **Note: `config` here can work with `preset`, which is different than `options.config` in conventional-changelog.**\n\n\n## Example output\n\n- https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog/CHANGELOG.md\n- https://github.com/karma-runner/karma/blob/master/CHANGELOG.md\n- https://github.com/btford/grunt-conventional-changelog/blob/master/CHANGELOG.md\n\n\n## Recommended workflow\n\n1. Make changes\n1. Commit those changes\n1. Make sure Travis turns green\n1. Bump version in `package.json`\n1. `conventionalChangelog`\n1. Commit `package.json` and `CHANGELOG.md` files\n1. Tag\n1. Push\n\nThe reason why you should commit and tag after `conventionalChangelog` is that the CHANGELOG should be included in the new release, hence `gitRawCommitsOpts.from` defaults to the latest semver tag.\n\n\n### With `npm version`\n\nUsing the npm scripts to our advantage with the following hooks:\n\n```json\n{\n  \"scripts\": {\n    \"version\": \"conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md\"\n  }\n}\n```\n\nYou could follow the following workflow\n\n1. Make changes\n1. Commit those changes\n1. Pull all the tags\n1. Run the [`npm version [patch|minor|major]`](https://docs.npmjs.com/cli/version) command\n1. Push\n\nYou could optionally add a `preversion` script to package your project or running a full suit of test.\nAnd a `postversion` script to clean your system and push your release and tags.\n\nBy adding a `.npmrc` you could also automate your commit message and set your tag prefix as such:\n\n```\ntag-version-prefix=\"\"\nmessage=\"chore(release): %s :tada:\"\n```\n\n\n## Why\n\n- Used by AngularJS, JSHint and related projects.\n- Easy fully automate changelog generation. You could still add more points on top of it.\n- Ignoring reverted commits, templating with [handlebars.js](https://github.com/wycats/handlebars.js) and links to references, etc. Open an [issue](../../issues/new) if you want more reasonable features.\n- Intelligently setup defaults but yet fully configurable with presets of [popular projects](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog#preset).\n- Everything internally or externally is pluggable.\n- A lot of tests and actively maintained.\n\n### Problems with [github-changelog-generator](https://github.com/skywinder/github-changelog-generator) or similar projects\n\n- Opinionated on how to write commits, issues or PRs.\n- No or partially support reference links.\n- Not system agnostic. Only support GitHub.\n- No template support. The output is mostly certain format of markdown.\n- No presets of popular commit message conventions.\n- Not modularized. Over the years [modularization is proven to be the best practice](https://github.com/sindresorhus/ama/issues/10#issuecomment-117766328).\n- No tests or coverage is too low. Program might be buggy.\n- Do not read your project's environment.\n- No or few task runner or build tool integrations.\n\n\n## API\n\nPlease use [conventional-changelog](https://github.com/conventional-changelog/conventional-changelog) \n\n\n## License\n\nMIT © [Steve Mao](https://github.com/stevemao)\n\n\n[npm-image]: https://badge.fury.io/js/conventional-changelog-cli.svg\n[npm-url]: https://npmjs.org/package/conventional-changelog-cli\n[travis-image]: https://travis-ci.org/conventional-changelog/conventional-changelog-cli.svg?branch=master\n[travis-url]: https://travis-ci.org/conventional-changelog/conventional-changelog-cli\n[daviddm-image]: https://david-dm.org/conventional-changelog/conventional-changelog-cli.svg?theme=shields.io\n[daviddm-url]: https://david-dm.org/conventional-changelog/conventional-changelog-cli\n[coveralls-image]: https://coveralls.io/repos/conventional-changelog/conventional-changelog-cli/badge.svg\n[coveralls-url]: https://coveralls.io/r/conventional-changelog/conventional-changelog-cli\n","engines":{"node":">=6.9.0"},"gitHead":"4309a67a0ccdc503f22993ae8c0b8c45738b1e3a","scripts":{"test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"tommywo@o2.pl"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"lerna/3.18.5/node@v12.12.0+x64 (darwin)","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"12.12.0","dependencies":{"meow":"^5.0.0","lodash":"^4.17.15","tempfile":"^3.0.0","add-stream":"^1.0.0","conventional-changelog":"^3.1.17"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli_2.0.30_1574831124207_0.3982535976711381","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"2.0.31":{"name":"conventional-changelog-cli","version":"2.0.31","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@2.0.31","maintainers":[{"name":"anonymous","email":"bencoe@gmail.com"},{"name":"anonymous","email":"gustaf.dalemar@gmail.com"},{"name":"anonymous","email":"hutson@hyper-expanse.net"},{"name":"anonymous","email":"hello@mario-nebl.de"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"},{"name":"anonymous","email":"tommywo@o2.pl"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"3345581170fbb540416946e460fef519a64aef43","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-2.0.31.tgz","fileCount":5,"integrity":"sha512-nMINylKAamBLM3OmD7/44d9TPZ3V58IDTXoGC/QtXxve+1Sj37BQTzIEW3TNaviZ2ZV/b5Dqg0eSk4DNP5fBdA==","signatures":[{"sig":"MEUCIQCxiOGjUCupqogseKjSjRpWhZ6tjBdq3TSIIHXfEbVZAQIgQ0GsvY556NadqXl2ejjXpx2x7WD51zU0pmS+8umhLEo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32559,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd9iwaCRA9TVsSAnZWagAAzdgP/0xD3DOWeUetilwaBjPG\nmyN1rKa+gC82rYgT/y1ifQ2UR56tdrE/D1dWDFWOUwUM6+F1mPjhM3liOAyp\nOhtO89OOgpDx7HR26Sf0H4PMsMwgoWdV79dUgRImSEro9/MpziRZsHHmnzpo\nXWOwPPeeHKX5TZEoxj+CeZFXbEEQ36gaEgE4tAWKA3WDLZ85ibmut32KIDUo\n+r+O84A54wWPY/hG+vv3c+ooj2F3BfYTVg66asE9ibWNvAi0CZzhauFtL7+K\nhWz+6sdfPpIjZExmd4bTSMQo8efG83LFIg1blYAv6mMX/p2yqSFQ1WSBBIMR\nje7ZzfqKDucWDmKKyTTM+zhtm8S0lcpF1G4baQl1dPMKC0uFN+eGL36T18Cq\ngqoqD/MZS+PrPpVtXgYZQfivck0yAZevSI+ZxvleG4gK1kvsunA3bRnKouYU\n4QOMV2xBCGnkjP4pgo6L5VaYSnsiimzhsZpoEsn1mkzhwGZ6kqPDOK3KP1Ms\nU7ozwHvuPEdHQpVYjtVEnZlL7u8WSgdpPbdYSs9lgfRniA+q+BRBmZorJsh7\nsx/UsEf02p+tb9vyAcHnBD6UfHIM1gXPV7FxxVOcIwuWSTwLBAioy6c7PN7n\nS8Mzys/K5WNJgcxm5R28zdVZl1oizaTOj1uxUOqK5YmjLuQadyuScYqE7jx3\nuFJ+\r\n=AcrH\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=6.9.0"},"gitHead":"d25d7acf46b60aa8c947ee71be2b4e057937219b","scripts":{"test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"tommywo@o2.pl"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"lerna/3.18.5/node@v13.3.0+x64 (darwin)","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"13.3.0","dependencies":{"meow":"^5.0.0","lodash":"^4.17.15","tempfile":"^3.0.0","add-stream":"^1.0.0","conventional-changelog":"^3.1.18"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli_2.0.31_1576414234371_0.4040500379725116","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"2.0.32":{"name":"conventional-changelog-cli","version":"2.0.32","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@2.0.32","maintainers":[{"name":"anonymous","email":"bencoe@gmail.com"},{"name":"anonymous","email":"gustaf.dalemar@gmail.com"},{"name":"anonymous","email":"hutson@hyper-expanse.net"},{"name":"anonymous","email":"hello@mario-nebl.de"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"},{"name":"anonymous","email":"tommywo@o2.pl"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"245786484c0c3b94bf19245ed5c3a94d31cf2acb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-2.0.32.tgz","fileCount":5,"integrity":"sha512-7i8kDbMsQKDBVfdgpL2oEyTiYKEmq8SGgPYtmwhhGC1aupBmv6pcoJmxmn5jdCpMcc8LML9RQHSL7u1ycw0tmg==","signatures":[{"sig":"MEYCIQDEZJlYC4l5RNPA0KOoitHdDAoHiRDTNZlqSatLl/WZ/gIhALUqlaZnyFUeVoVV3n7UJRZCrl4qUu7GT3L5Nwu5CsFI","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32801,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeAf/qCRA9TVsSAnZWagAAV8UP/2Q3kBAErW3TuXaFMvl5\nvTma+d6PPH01iJdQQNWR012+gSf5KIwvBIYfX/XRyHi2qgoqgteHnTHxy/X4\nShNuyoDTmO3R3M9njAXz+diwGdNpCJD6lm7ijeB+6edCby7cG2VB2ltmwFAx\nWGtG15ucZLc/fUqpTMasj0cYrG6iWOXg9er7fZHoQdEPIrpIQtSV/JCbEU9B\n/LJyrh4IJfSWT+RhQhI8BLq43TQY4jgnua6+SaYSaUptcN5ByQ5XxqQqQNs4\n+o9+X5wji1WCIiuR2on0OtfS1Q2UPaHGbH7sYmXVvxvUKG8YKPDBFnWZ2mUX\no5VMtrluHv3rPeJzM/fK1Z5bIdN9+pACGjRaG7i0gogtaKm0hszheuHo84N3\nmyaObeJy2PS3fA/ECWLa8e7YnY5TfjgmjRSfV8p2YFHwNE4Zbic12oDwhcj3\nI5nunIn2l9ARhhVvMU4bVgTGpVt1sfpCdGjg29LqU4s2vexkZBVmdZtuIKX9\nqmci1iGI8hvUFpSKqoO6JJNPQ/rAn/LWmb/fVdL/b88xaTwdq0DK003ykc/D\nEs5C5CO1tMCMVjRdCvF3MB1a/6xpKGXYStCt9Ln7ULQ8e520+HF6E4qdGON3\n8i9g7Pchu8U+aVp7g7O31eA8uJbEIPB+eHYy+TNtBMIfwY7CbXWDAF6mVSps\nB6j6\r\n=EZbx\r\n-----END PGP SIGNATURE-----\r\n"},"readme":"# conventional-changelog-cli\n\n[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]\n\n> Generate a changelog from git metadata\n\n*[Changelog?](https://speakerdeck.com/stevemao/compose-a-changelog)*\n\n**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.\n\n\n## Quick start\n\n```sh\n$ npm install -g conventional-changelog-cli\n$ cd my-project\n$ conventional-changelog -p angular -i CHANGELOG.md -s\n```\n\nThis 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\".\n\nIf this is your first time using this tool and you want to generate all previous changelogs, you could do\n\n```sh\n$ conventional-changelog -p angular -i CHANGELOG.md -s -r 0\n```\n\nThis *will* overwrite any previous changelogs if they exist.\n\nAll available command line parameters can be listed using CLI: `conventional-changelog --help`.\n\n**Hint:** You can alias your command or add it to your package.json. EG: `\"changelog\": \"conventional-changelog -p angular -i CHANGELOG.md -s -r 0\"`.\n\nTo fully customize the tool, please checkout [conventional-changelog](https://github.com/ajoslin/conventional-changelog) and [conventional-changelog-core](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-core) docs. You can find more details there. **Note: `config` here can work with `preset`, which is different than `options.config` in conventional-changelog.**\n\n\n## Example output\n\n- https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog/CHANGELOG.md\n- https://github.com/karma-runner/karma/blob/master/CHANGELOG.md\n- https://github.com/btford/grunt-conventional-changelog/blob/master/CHANGELOG.md\n\n\n## Recommended workflow\n\n1. Make changes\n1. Commit those changes\n1. Make sure Travis turns green\n1. Bump version in `package.json`\n1. `conventionalChangelog`\n1. Commit `package.json` and `CHANGELOG.md` files\n1. Tag\n1. Push\n\nThe reason why you should commit and tag after `conventionalChangelog` is that the CHANGELOG should be included in the new release, hence `gitRawCommitsOpts.from` defaults to the latest semver tag.\n\n\n### With `npm version`\n\nUsing the npm scripts to our advantage with the following hooks:\n\n```json\n{\n  \"scripts\": {\n    \"version\": \"conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md\"\n  }\n}\n```\n\nYou could follow the following workflow\n\n1. Make changes\n1. Commit those changes\n1. Pull all the tags\n1. Run the [`npm version [patch|minor|major]`](https://docs.npmjs.com/cli/version) command\n1. Push\n\nYou could optionally add a `preversion` script to package your project or running a full suit of test.\nAnd a `postversion` script to clean your system and push your release and tags.\n\nBy adding a `.npmrc` you could also automate your commit message and set your tag prefix as such:\n\n```\ntag-version-prefix=\"\"\nmessage=\"chore(release): %s :tada:\"\n```\n\n\n## Why\n\n- Used by AngularJS, JSHint and related projects.\n- Easy fully automate changelog generation. You could still add more points on top of it.\n- Ignoring reverted commits, templating with [handlebars.js](https://github.com/wycats/handlebars.js) and links to references, etc. Open an [issue](../../issues/new) if you want more reasonable features.\n- Intelligently setup defaults but yet fully configurable with presets of [popular projects](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog#preset).\n- Everything internally or externally is pluggable.\n- A lot of tests and actively maintained.\n\n### Problems with [github-changelog-generator](https://github.com/skywinder/github-changelog-generator) or similar projects\n\n- Opinionated on how to write commits, issues or PRs.\n- No or partially support reference links.\n- Not system agnostic. Only support GitHub.\n- No template support. The output is mostly certain format of markdown.\n- No presets of popular commit message conventions.\n- Not modularized. Over the years [modularization is proven to be the best practice](https://github.com/sindresorhus/ama/issues/10#issuecomment-117766328).\n- No tests or coverage is too low. Program might be buggy.\n- Do not read your project's environment.\n- No or few task runner or build tool integrations.\n\n\n## API\n\nPlease use [conventional-changelog](https://github.com/conventional-changelog/conventional-changelog) \n\n\n## License\n\nMIT © [Steve Mao](https://github.com/stevemao)\n\n\n[npm-image]: https://badge.fury.io/js/conventional-changelog-cli.svg\n[npm-url]: https://npmjs.org/package/conventional-changelog-cli\n[travis-image]: https://travis-ci.org/conventional-changelog/conventional-changelog-cli.svg?branch=master\n[travis-url]: https://travis-ci.org/conventional-changelog/conventional-changelog-cli\n[daviddm-image]: https://david-dm.org/conventional-changelog/conventional-changelog-cli.svg?theme=shields.io\n[daviddm-url]: https://david-dm.org/conventional-changelog/conventional-changelog-cli\n[coveralls-image]: https://coveralls.io/repos/conventional-changelog/conventional-changelog-cli/badge.svg\n[coveralls-url]: https://coveralls.io/r/conventional-changelog/conventional-changelog-cli\n","engines":{"node":">=6.9.0"},"gitHead":"7f588c69127fd135962d8b62a3bc6a6041d5367c","scripts":{"test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"tommywo@o2.pl"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"lerna/3.18.5/node@v13.3.0+x64 (darwin)","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"13.3.0","dependencies":{"meow":"^5.0.0","lodash":"^4.17.15","tempfile":"^3.0.0","add-stream":"^1.0.0","conventional-changelog":"^3.1.19"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli_2.0.32_1577189353986_0.2673092796727299","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"2.0.33":{"name":"conventional-changelog-cli","version":"2.0.33","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@2.0.33","maintainers":[{"name":"anonymous","email":"bencoe@gmail.com"},{"name":"anonymous","email":"gustaf.dalemar@gmail.com"},{"name":"anonymous","email":"hutson@hyper-expanse.net"},{"name":"anonymous","email":"hello@mario-nebl.de"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"},{"name":"anonymous","email":"tommywo@o2.pl"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"2ccfe35f5c806a05106ec67e22cc06b1fa131469","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-2.0.33.tgz","fileCount":5,"integrity":"sha512-P5hVfwzrFCkhDa4EaFsCOLB23sjhKLzkV8r89TtX163NFn3tG4Va2KVks0rLV8jnRZSv3/FCndwy/1/yTWsJbg==","signatures":[{"sig":"MEQCIFvqz0B5VYm5WLqFPrkoDKkWvAIveRoMHOTAtipjoCMAAiAcSKhbzHgbLFArdBLFsg5U0SpCj0vtOklroDBe2UePIQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32549,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJetbPmCRA9TVsSAnZWagAAAacP/1x9CL3Me6hn3j0YECGU\npRlMbNKUCw5YzIa0TrfbkjQl74sMr4A9K37D7OZ9p/up1F+RmLy0G5COUSxq\nLXjvHBJGbhWfDPMb7hM+/swN9RQ6G+f0WddrhkujDfkhAsjDOEgI0DHf7LZJ\noaPtLT3RdJ2EofkDNVQeArFpHCWMLWiarIrzNkK5GbG43pErytOi0ez9SU7J\nJakBi8aE5L/IKozPtaQXLORtRrCMJMEugDJwD05d/rKINglnYpAUWQNPkQfV\nR/QviU1Z0wbsKcqjAC9RGzyZlLnBOx3osp8LTkrLu8B9oMp/kRW2OWkyy0GM\nih8Y9sG2fnhGgSaNKhM96dZZhbw0yIETYYvPvFjDHrorJs0LcEjTs238LnUx\nAWoJjc/MYh960R8QPUWhp14n+C74vrKZ0G4X07X6yjRuwXDXMeNlKsweGnO5\nZkNWG60Qmhde5grEf3NFaIpPKuSdbogGKKNv+PMv73HJ3U0cV93fbO8qU5Am\nvtqh0U6mdMqqQq/p7uDJzQQqRyjgKDo7MqHf+VEhmwzdT8DxvLe3X5nE4cXl\nCXdBBaNhtOnfI/hyt4sWBvHEGXbbB6AeqLCMVCxqE5LFK7WyvwaJyDlPPS2j\neTN19gasNojLyI8Gceo+7Sqr+TOspGoPl/zDXYNvvg1pbQB+dc99acvmQOeD\nfUqo\r\n=RGdg\r\n-----END PGP SIGNATURE-----\r\n"},"readme":"# conventional-changelog-cli\n\n[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]\n\n> Generate a changelog from git metadata\n\n*[Changelog?](https://speakerdeck.com/stevemao/compose-a-changelog)*\n\n**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.\n\n\n## Quick start\n\n```sh\n$ npm install -g conventional-changelog-cli\n$ cd my-project\n$ conventional-changelog -p angular -i CHANGELOG.md -s\n```\n\nThis 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\".\n\nIf this is your first time using this tool and you want to generate all previous changelogs, you could do\n\n```sh\n$ conventional-changelog -p angular -i CHANGELOG.md -s -r 0\n```\n\nThis *will* overwrite any previous changelogs if they exist.\n\nAll available command line parameters can be listed using CLI: `conventional-changelog --help`.\n\n**Hint:** You can alias your command or add it to your package.json. EG: `\"changelog\": \"conventional-changelog -p angular -i CHANGELOG.md -s -r 0\"`.\n\nTo fully customize the tool, please checkout [conventional-changelog](https://github.com/ajoslin/conventional-changelog) and [conventional-changelog-core](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-core) docs. You can find more details there. **Note: `config` here can work with `preset`, which is different than `options.config` in conventional-changelog.**\n\n\n## Example output\n\n- https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog/CHANGELOG.md\n- https://github.com/karma-runner/karma/blob/master/CHANGELOG.md\n- https://github.com/btford/grunt-conventional-changelog/blob/master/CHANGELOG.md\n\n\n## Recommended workflow\n\n1. Make changes\n1. Commit those changes\n1. Make sure Travis turns green\n1. Bump version in `package.json`\n1. `conventionalChangelog`\n1. Commit `package.json` and `CHANGELOG.md` files\n1. Tag\n1. Push\n\nThe reason why you should commit and tag after `conventionalChangelog` is that the CHANGELOG should be included in the new release, hence `gitRawCommitsOpts.from` defaults to the latest semver tag.\n\n\n### With `npm version`\n\nUsing the npm scripts to our advantage with the following hooks:\n\n```json\n{\n  \"scripts\": {\n    \"version\": \"conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md\"\n  }\n}\n```\n\nYou could follow the following workflow\n\n1. Make changes\n1. Commit those changes\n1. Pull all the tags\n1. Run the [`npm version [patch|minor|major]`](https://docs.npmjs.com/cli/version) command\n1. Push\n\nYou could optionally add a `preversion` script to package your project or running a full suit of test.\nAnd a `postversion` script to clean your system and push your release and tags.\n\nBy adding a `.npmrc` you could also automate your commit message and set your tag prefix as such:\n\n```\ntag-version-prefix=\"\"\nmessage=\"chore(release): %s :tada:\"\n```\n\n\n## Why\n\n- Used by AngularJS, JSHint and related projects.\n- Easy fully automate changelog generation. You could still add more points on top of it.\n- Ignoring reverted commits, templating with [handlebars.js](https://github.com/wycats/handlebars.js) and links to references, etc. Open an [issue](../../issues/new) if you want more reasonable features.\n- Intelligently setup defaults but yet fully configurable with presets of [popular projects](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog#preset).\n- Everything internally or externally is pluggable.\n- A lot of tests and actively maintained.\n\n### Problems with [github-changelog-generator](https://github.com/skywinder/github-changelog-generator) or similar projects\n\n- Opinionated on how to write commits, issues or PRs.\n- No or partially support reference links.\n- Not system agnostic. Only support GitHub.\n- No template support. The output is mostly certain format of markdown.\n- No presets of popular commit message conventions.\n- Not modularized. Over the years [modularization is proven to be the best practice](https://github.com/sindresorhus/ama/issues/10#issuecomment-117766328).\n- No tests or coverage is too low. Program might be buggy.\n- Do not read your project's environment.\n- No or few task runner or build tool integrations.\n\n\n## API\n\nPlease use [conventional-changelog](https://github.com/conventional-changelog/conventional-changelog) \n\n\n## License\n\nMIT © [Steve Mao](https://github.com/stevemao)\n\n\n[npm-image]: https://badge.fury.io/js/conventional-changelog-cli.svg\n[npm-url]: https://npmjs.org/package/conventional-changelog-cli\n[travis-image]: https://travis-ci.org/conventional-changelog/conventional-changelog-cli.svg?branch=master\n[travis-url]: https://travis-ci.org/conventional-changelog/conventional-changelog-cli\n[daviddm-image]: https://david-dm.org/conventional-changelog/conventional-changelog-cli.svg?theme=shields.io\n[daviddm-url]: https://david-dm.org/conventional-changelog/conventional-changelog-cli\n[coveralls-image]: https://coveralls.io/repos/conventional-changelog/conventional-changelog-cli/badge.svg\n[coveralls-url]: https://coveralls.io/r/conventional-changelog/conventional-changelog-cli\n","engines":{"node":">=10"},"gitHead":"83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c","scripts":{"test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"bencoe@gmail.com"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"lerna/3.20.2/node@v12.16.3+x64 (darwin)","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"12.16.3","dependencies":{"meow":"^6.1.1","lodash":"^4.17.15","tempfile":"^3.0.0","add-stream":"^1.0.0","conventional-changelog":"^3.1.20"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli_2.0.33_1588966374265_0.9855942092868406","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"2.0.34":{"name":"conventional-changelog-cli","version":"2.0.34","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@2.0.34","maintainers":[{"name":"anonymous","email":"bencoe@gmail.com"},{"name":"anonymous","email":"gustaf.dalemar@gmail.com"},{"name":"anonymous","email":"hutson@hyper-expanse.net"},{"name":"anonymous","email":"hello@mario-nebl.de"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"},{"name":"anonymous","email":"tommywo@o2.pl"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"3d9da6011aaaf24f331b606ddc5087a6b811464b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-2.0.34.tgz","fileCount":5,"integrity":"sha512-HDDIhhpsMKiiAfH/mbj7wApgN7uA33Nk4hISY3/7ijlfqXc/bmP3v4o3Yialoxz0iTBibc94xi6kfTH7XIvwDw==","signatures":[{"sig":"MEQCIAJLFvyBMfQ3pbUwl5R0opf+hpUZY/WoJQsDreESAo2NAiA8bj8dggaKNEehmSKW/lAOBSpuMRv27fb1dUmDnEH+IA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32984,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJetbokCRA9TVsSAnZWagAACXsP/R7KbmBkhVMzcpQJntfW\nRjOeNI7yhGdgHKoVDzpo8t89OXpNmZOasMpz2xZvC4Bvq6kblzylgx5oiUWC\n0qP+n7g/ynPzZByLaexClJfF25/a37tZAiIh8+aE+iu/JYlfBE7ugFauOTaI\nsoczELWsVDIU9ULQYVvIiFwWHtktpWTqWnsV7yZtpAzP1UGQhVOja6RVE0tA\nhj+Er6Yd4kntIYwMImRNU1h0nF37meYWAfbDyaZ8PZnRAtbfExsn2KgLrfRZ\ntgMGz4i7V9Y3NwRrudskCw+PkjdFG0/Xwjyn28f0QsBhtiFlgN4N9gHJGU2Y\nUg2QcltupG4fcFsURKrQeKD45Y2ga2MMa02cQPr0I+v/32E6M8JzJFOju8lk\n6JKTjbt5Tmo7/j+KBsxVua/1qFNiPAvAQ5cAh5yX2n+dRjpIEQHhRNjIgkjd\nLfQclXIyYV9/y8bnv4J1A3Ppj7ZQ66RFnVVbm9uiQEE6+4PTgTgE9XTDftUI\n3BAaWYE9NYPiWJ3B8dOhJvKlqOha11y3aRTwAvloky/mBBSipBSSEL5eti52\nUkDP1JSi+4BCleBV4LNM9dHiPi0eOirix9X4fQtdL8S2YWZ4HyKUmzabbTfj\nRgzAyPxfqYm+2RSJa3MXn1Nuy5FMBp0uLZVxJljozjCOVsqNnL/FCyIxOiEl\nCqPS\r\n=HQXd\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=10"},"gitHead":"c5ae3ab67c59e04f79eb19d317c92800df618435","scripts":{"test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"bencoe@gmail.com"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"lerna/3.20.2/node@v12.16.3+x64 (darwin)","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"12.16.3","dependencies":{"meow":"^7.0.0","lodash":"^4.17.15","tempfile":"^3.0.0","add-stream":"^1.0.0","conventional-changelog":"^3.1.21"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli_2.0.34_1588967971663_0.6588068658448318","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"2.0.35":{"name":"conventional-changelog-cli","version":"2.0.35","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@2.0.35","maintainers":[{"name":"anonymous","email":"bencoe@gmail.com"},{"name":"anonymous","email":"gustaf.dalemar@gmail.com"},{"name":"anonymous","email":"hutson@hyper-expanse.net"},{"name":"anonymous","email":"hello@mario-nebl.de"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"},{"name":"anonymous","email":"tommywo@o2.pl"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"d75267a5f7b539936004eef23c5084fb8b93ae88","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-2.0.35.tgz","fileCount":5,"integrity":"sha512-QBXmjl/uqVdEVsbr9i50ZGo45FaU1AQu4jbeJKqqCY/40p84lsFBOTN0xDqqJBsCPAtfdczXmAITSZ/SKbw1PA==","signatures":[{"sig":"MEQCIGrJUU/HlbMg5Er62MJBis5BopBxvhFAky+5hR1GUfYcAiA3PkLurBvlf5pBKPCMq8E3mHkG9uGu+QLMibwuf+ugrg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33226,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe7VVaCRA9TVsSAnZWagAAAA0P/1nrTWQUQkw83Dl/SPqK\n7vmFObnDBuWU+e0Hs8kP6K6AQqOBZyyuobfY1FB/3Cnu9X9NzTJf6CwVZIII\nmjM4XzLW8cdV+2cZlp+Wb6iR21sj+JoK4zvNPZtSkCf0bver/89gp7W2nLZy\nOYdb9M9zOJ44wDi6zsu/tb/T0RSKa3gmKAaekuU/783ga5TFxZb6HCg/diV4\nICHi9rqArP9CLBXpwCauc2Tv6SYIKjyehxzMr2S22/wZwFfFzOVIfeZbZb6f\nYnsPJ/mh1A+y+2gg+6qNqt+uOsk8K5jH0mCFCrAdcnY4irqFGI6I0Ifd6sc4\n6Imdy4W49vbYriKDRF2nqCmFlMTbMDNfpzgXGFIptk7GJ3+xPaLBS0lTrF3l\n7j0/odC2r+acCpw4LSGYRWyyq5/19WTCaJzkXISaGRMxbud8XdV0GqPaeZc4\nOxX0bY/v+lopejNppIpRzunjO9lSQOzHL/v1DAqbJsFREAYgQSEHE6sCfqzI\nKVRGDo27g3k4P9wlNCXCqbbtOgWIj1Q6Gnci0VAX4rmxtIXq7Nj2bLlLE8v8\nF0AG3/8zku5iDHbZs9+c0k6JHuilZjsu6HQQ4+mh/MgluOe7H9v1IkmXCmXo\noOmB+uBEI/BDrw4FA4NxaYHbjiQ6wop5UZn8vbscZnjczJ+6DQcmBlMz8Oaq\nBlEX\r\n=uFwt\r\n-----END PGP SIGNATURE-----\r\n"},"readme":"# conventional-changelog-cli\n\n[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]\n\n> Generate a changelog from git metadata\n\n*[Changelog?](https://speakerdeck.com/stevemao/compose-a-changelog)*\n\n**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.\n\n\n## Quick start\n\n```sh\n$ npm install -g conventional-changelog-cli\n$ cd my-project\n$ conventional-changelog -p angular -i CHANGELOG.md -s\n```\n\nThis 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\".\n\nIf this is your first time using this tool and you want to generate all previous changelogs, you could do\n\n```sh\n$ conventional-changelog -p angular -i CHANGELOG.md -s -r 0\n```\n\nThis *will* overwrite any previous changelogs if they exist.\n\nAll available command line parameters can be listed using CLI: `conventional-changelog --help`.\n\n**Hint:** You can alias your command or add it to your package.json. EG: `\"changelog\": \"conventional-changelog -p angular -i CHANGELOG.md -s -r 0\"`.\n\nTo fully customize the tool, please checkout [conventional-changelog](https://github.com/ajoslin/conventional-changelog) and [conventional-changelog-core](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-core) docs. You can find more details there. **Note: `config` here can work with `preset`, which is different than `options.config` in conventional-changelog.**\n\n\n## Example output\n\n- https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog/CHANGELOG.md\n- https://github.com/karma-runner/karma/blob/master/CHANGELOG.md\n- https://github.com/btford/grunt-conventional-changelog/blob/master/CHANGELOG.md\n\n\n## Recommended workflow\n\n1. Make changes\n1. Commit those changes\n1. Make sure Travis turns green\n1. Bump version in `package.json`\n1. `conventionalChangelog`\n1. Commit `package.json` and `CHANGELOG.md` files\n1. Tag\n1. Push\n\nThe reason why you should commit and tag after `conventionalChangelog` is that the CHANGELOG should be included in the new release, hence `gitRawCommitsOpts.from` defaults to the latest semver tag.\n\n\n### With `npm version`\n\nUsing the npm scripts to our advantage with the following hooks:\n\n```json\n{\n  \"scripts\": {\n    \"version\": \"conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md\"\n  }\n}\n```\n\nYou could follow the following workflow\n\n1. Make changes\n1. Commit those changes\n1. Pull all the tags\n1. Run the [`npm version [patch|minor|major]`](https://docs.npmjs.com/cli/version) command\n1. Push\n\nYou could optionally add a `preversion` script to package your project or running a full suit of test.\nAnd a `postversion` script to clean your system and push your release and tags.\n\nBy adding a `.npmrc` you could also automate your commit message and set your tag prefix as such:\n\n```\ntag-version-prefix=\"\"\nmessage=\"chore(release): %s :tada:\"\n```\n\n\n## Why\n\n- Used by AngularJS, JSHint and related projects.\n- Easy fully automate changelog generation. You could still add more points on top of it.\n- Ignoring reverted commits, templating with [handlebars.js](https://github.com/wycats/handlebars.js) and links to references, etc. Open an [issue](../../issues/new) if you want more reasonable features.\n- Intelligently setup defaults but yet fully configurable with presets of [popular projects](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog#preset).\n- Everything internally or externally is pluggable.\n- A lot of tests and actively maintained.\n\n### Problems with [github-changelog-generator](https://github.com/skywinder/github-changelog-generator) or similar projects\n\n- Opinionated on how to write commits, issues or PRs.\n- No or partially support reference links.\n- Not system agnostic. Only support GitHub.\n- No template support. The output is mostly certain format of markdown.\n- No presets of popular commit message conventions.\n- Not modularized. Over the years [modularization is proven to be the best practice](https://github.com/sindresorhus/ama/issues/10#issuecomment-117766328).\n- No tests or coverage is too low. Program might be buggy.\n- Do not read your project's environment.\n- No or few task runner or build tool integrations.\n\n\n## API\n\nPlease use [conventional-changelog](https://github.com/conventional-changelog/conventional-changelog) \n\n\n## License\n\nMIT © [Steve Mao](https://github.com/stevemao)\n\n\n[npm-image]: https://badge.fury.io/js/conventional-changelog-cli.svg\n[npm-url]: https://npmjs.org/package/conventional-changelog-cli\n[travis-image]: https://travis-ci.org/conventional-changelog/conventional-changelog-cli.svg?branch=master\n[travis-url]: https://travis-ci.org/conventional-changelog/conventional-changelog-cli\n[daviddm-image]: https://david-dm.org/conventional-changelog/conventional-changelog-cli.svg?theme=shields.io\n[daviddm-url]: https://david-dm.org/conventional-changelog/conventional-changelog-cli\n[coveralls-image]: https://coveralls.io/repos/conventional-changelog/conventional-changelog-cli/badge.svg\n[coveralls-url]: https://coveralls.io/r/conventional-changelog/conventional-changelog-cli\n","engines":{"node":">=10"},"gitHead":"3dedddc397e7cbcf5a2ff971ca933992b9e4d11f","scripts":{"test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"bencoe@gmail.com"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"lerna/3.20.2/node@v12.16.3+x64 (darwin)","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"12.16.3","dependencies":{"meow":"^7.0.0","lodash":"^4.17.15","tempfile":"^3.0.0","add-stream":"^1.0.0","conventional-changelog":"^3.1.22"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli_2.0.35_1592612185482_0.45890049334470207","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"2.1.0":{"name":"conventional-changelog-cli","version":"2.1.0","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@2.1.0","maintainers":[{"name":"anonymous","email":"bencoe@gmail.com"},{"name":"anonymous","email":"gustaf.dalemar@gmail.com"},{"name":"anonymous","email":"hutson@hyper-expanse.net"},{"name":"anonymous","email":"hello@mario-nebl.de"},{"name":"anonymous","email":"bencoe+oss-bot@gmail.com"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"},{"name":"anonymous","email":"tommywo@o2.pl"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"5da5be32203ca8382815afc85b7f9151115d5e97","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-2.1.0.tgz","fileCount":5,"integrity":"sha512-hZ8EcpxV4LcGOZwH+U5LJQDnyA4o/uyUdmIGzmFZMB4caujavvDBo/iTgVihk0m1QKkEhJgulagrILSm1JCakA==","signatures":[{"sig":"MEUCIQDZdW1+a3vez3TtbBeiBvvjymtf1h+Pe+0F0bcEj9zUogIgQ1u/H0/tRC2ojZ17U/43b7nzMtb77aInB6LdSNMoEoM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33979,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfM4GFCRA9TVsSAnZWagAA770QAJhjDu9pkFV9Hq8xiyvY\nZex3nXsBJ1bmaKTHvv29chw0ojrhC8D3OC9SvyIGlQGVVjJ0HPx58uDEnvi+\naVNIS1MS3KM+OcHL4EwbOh1iwEupZNZTF+AbHG2nljaN0flo3HKAbSF2FBg3\nOXfBzvdQ11bmy4c/JSqTfnw0zjZzcysCpPBCcRCDoN587m7Ptbt5PLVciCA9\nQb38wPO4SnlNs7i6lzW1pqWZdBbpVOvjQyZl6orEnra6pRQUanvsFBloke3f\nuLaGI9ZQNLGcYk28Exf29+xpi3wubzD0Yyw/1+EvBG94tGGTKcG9M7tcr0hM\nYkVK1qqmpb9vUSX4EriTeF2i5q76YeX0a0sNHMsTqoxxTgyNf3u0AGdylylM\nVajk+pvNaGSWNozGl8qI8WSueM5CFn9ZzTw0yV0THUTYAv9Mt0kcPoG4Py2D\n0rAlpe04MnYkzpmFizyZvRNCPRpeiGakIa1uFZaq2C+z9Y9ylB1wRbn+avmq\nKa21SdURWdx1oXk19C2yZkmKbUXIqgkECDJN5B8MYny4YDRVumNL5A+3QkTP\n52jYnFPOMcxGODENwnsU0DNOxIKbzxb3Dingcvqzmq9BZDkw2oZOQVIN4PsO\nuYcnZ7VSM5Kv117/7a0w30avaCIicALLnWWkD7hoYmMbiP//mm3b8XEygE5F\n29Iw\r\n=g9QH\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=10"},"gitHead":"be1246c68f5dc4e6f28996129951a75bbf1cf307","scripts":{"test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"bencoe@gmail.com"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"lerna/3.22.1/node@v12.18.2+x64 (darwin)","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"12.18.2","dependencies":{"meow":"^7.0.0","lodash":"^4.17.15","tempfile":"^3.0.0","add-stream":"^1.0.0","conventional-changelog":"^3.1.23"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli_2.1.0_1597211013004_0.709907028363663","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"2.1.1":{"name":"conventional-changelog-cli","version":"2.1.1","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@2.1.1","maintainers":[{"name":"anonymous","email":"bencoe+oss-bot@gmail.com"},{"name":"anonymous","email":"tommywo@o2.pl"},{"name":"anonymous","email":"hutson@hyper-expanse.net"},{"name":"anonymous","email":"bencoe@gmail.com"},{"name":"anonymous","email":"gustaf.dalemar@gmail.com"},{"name":"anonymous","email":"hello@mario-nebl.de"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"7a11980bc399938e0509d2adf8e7a0e213eb994e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-2.1.1.tgz","fileCount":5,"integrity":"sha512-xMGQdKJ+4XFDDgfX5aK7UNFduvJMbvF5BB+g0OdVhA3rYdYyhctrIE2Al+WYdZeKTdg9YzMWF2iFPT8MupIwng==","signatures":[{"sig":"MEUCIDiW/lDYuF15DTXKFHH7lV7jQJ1zrid8o2nnN6CYBsgSAiEAx6VRBYEuZfZwTM2BfBnsPSgjwvmRxPcb5Ri3bC7Vis8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34252,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfo1SLCRA9TVsSAnZWagAAhlcP/RWq0XEQUm0oUkVrR/qm\nweDs+iItKCLbJUO8abVbUMVC1kNR+rtYJ4Oe8wxGtrGiajbla8mzvJYYZR/3\nXaAc7Rv58nUjrouBzTVV/M/RcLauzlzG+7trCNGDHdZWOzJzYGbMicI1kiOT\nrlKeFaKS9r6Djc7HjQaMwEK9f7e3UDz+H9mU1ObIO/r3+Xs9KpM7N+uAQBEt\nMROywzvlcUommWtqacsSkDOmjQs3CcrK4Z2wcN4F4kVshpC3dUEQiZGFsOBo\nLdYH5jSeDxCGS0SBIycpsoUzYGp+W5Kudaad9l/rI9gZr/geR2qpKu8s7LkL\nTUn/IU1cCYJMfRQnCSEk2PbR5C8zRf3WGfRGk5ohx/6UgH9W4N9Za6UNa3mk\n0L7+PcsHOKpMm5kFsaDf5hlUUbnq73o8SqyB9sY4fwCcg+ZNnOeYGQE/iXlQ\n1poW9G0pk6lsuuMAuJCVgbGOklaRPqgyygAnJE8kJ20VIQJcyucU8IwhfO9/\nnIsmDWsB5DrIxY91revKi9dOE/Li0/2g6mZVRH9n12cmZb0Os8Mv00nBbcbZ\noqqtOnhJBCohPMInYnzYAQdssUr4y/QqTmftQMOR0jDslaGRfqHvvpyS+ahe\nw6QJR8h04Lc9io/G58x/ZusJPMjr/rhl3KUmb1ZKq6cGIHAZM9oxZFTTG3I8\nWgdJ\r\n=dHVa\r\n-----END PGP SIGNATURE-----\r\n"},"readme":"# conventional-changelog-cli\n\n[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]\n\n> Generate a changelog from git metadata\n\n*[Changelog?](https://speakerdeck.com/stevemao/compose-a-changelog)*\n\n**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.\n\n\n## Quick start\n\n```sh\n$ npm install -g conventional-changelog-cli\n$ cd my-project\n$ conventional-changelog -p angular -i CHANGELOG.md -s\n```\n\nThis 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\".\n\nIf this is your first time using this tool and you want to generate all previous changelogs, you could do\n\n```sh\n$ conventional-changelog -p angular -i CHANGELOG.md -s -r 0\n```\n\nThis *will* overwrite any previous changelogs if they exist.\n\nAll available command line parameters can be listed using CLI: `conventional-changelog --help`.\n\n**Hint:** You can alias your command or add it to your package.json. EG: `\"changelog\": \"conventional-changelog -p angular -i CHANGELOG.md -s -r 0\"`.\n\nTo fully customize the tool, please checkout [conventional-changelog](https://github.com/ajoslin/conventional-changelog) and [conventional-changelog-core](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-core) docs. You can find more details there. **Note: `config` here can work with `preset`, which is different than `options.config` in conventional-changelog.**\n\n\n## Example output\n\n- https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog/CHANGELOG.md\n- https://github.com/karma-runner/karma/blob/master/CHANGELOG.md\n- https://github.com/btford/grunt-conventional-changelog/blob/master/CHANGELOG.md\n\n\n## Recommended workflow\n\n1. Make changes\n1. Commit those changes\n1. Make sure Travis turns green\n1. Bump version in `package.json`\n1. `conventionalChangelog`\n1. Commit `package.json` and `CHANGELOG.md` files\n1. Tag\n1. Push\n\nThe reason why you should commit and tag after `conventionalChangelog` is that the CHANGELOG should be included in the new release, hence `gitRawCommitsOpts.from` defaults to the latest semver tag.\n\n\n### With `npm version`\n\nUsing the npm scripts to our advantage with the following hooks:\n\n```json\n{\n  \"scripts\": {\n    \"version\": \"conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md\"\n  }\n}\n```\n\nYou could follow the following workflow\n\n1. Make changes\n1. Commit those changes\n1. Pull all the tags\n1. Run the [`npm version [patch|minor|major]`](https://docs.npmjs.com/cli/version) command\n1. Push\n\nYou could optionally add a `preversion` script to package your project or running a full suit of test.\nAnd a `postversion` script to clean your system and push your release and tags.\n\nBy adding a `.npmrc` you could also automate your commit message and set your tag prefix as such:\n\n```\ntag-version-prefix=\"\"\nmessage=\"chore(release): %s :tada:\"\n```\n\n\n## Why\n\n- Used by AngularJS, JSHint and related projects.\n- Easy fully automate changelog generation. You could still add more points on top of it.\n- Ignoring reverted commits, templating with [handlebars.js](https://github.com/wycats/handlebars.js) and links to references, etc. Open an [issue](../../issues/new) if you want more reasonable features.\n- Intelligently setup defaults but yet fully configurable with presets of [popular projects](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog#preset).\n- Everything internally or externally is pluggable.\n- A lot of tests and actively maintained.\n\n### Problems with [github-changelog-generator](https://github.com/skywinder/github-changelog-generator) or similar projects\n\n- Opinionated on how to write commits, issues or PRs.\n- No or partially support reference links.\n- Not system agnostic. Only support GitHub.\n- No template support. The output is mostly certain format of markdown.\n- No presets of popular commit message conventions.\n- Not modularized. Over the years [modularization is proven to be the best practice](https://github.com/sindresorhus/ama/issues/10#issuecomment-117766328).\n- No tests or coverage is too low. Program might be buggy.\n- Do not read your project's environment.\n- No or few task runner or build tool integrations.\n\n\n## API\n\nPlease use [conventional-changelog](https://github.com/conventional-changelog/conventional-changelog) \n\n\n## License\n\nMIT © [Steve Mao](https://github.com/stevemao)\n\n\n[npm-image]: https://badge.fury.io/js/conventional-changelog-cli.svg\n[npm-url]: https://npmjs.org/package/conventional-changelog-cli\n[travis-image]: https://travis-ci.org/conventional-changelog/conventional-changelog-cli.svg?branch=master\n[travis-url]: https://travis-ci.org/conventional-changelog/conventional-changelog-cli\n[daviddm-image]: https://david-dm.org/conventional-changelog/conventional-changelog-cli.svg?theme=shields.io\n[daviddm-url]: https://david-dm.org/conventional-changelog/conventional-changelog-cli\n[coveralls-image]: https://coveralls.io/repos/conventional-changelog/conventional-changelog-cli/badge.svg\n[coveralls-url]: https://coveralls.io/r/conventional-changelog/conventional-changelog-cli\n","engines":{"node":">=10"},"gitHead":"cc567b98facf71315f4b1620d81ce01d155efaca","scripts":{"test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"bencoe@gmail.com"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"lerna/3.22.1/node@v10.21.0+x64 (darwin)","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"10.21.0","dependencies":{"meow":"^8.0.0","lodash":"^4.17.15","tempfile":"^3.0.0","add-stream":"^1.0.0","conventional-changelog":"^3.1.24"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli_2.1.1_1604539531071_0.09595887877647558","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"2.2.2":{"name":"conventional-changelog-cli","version":"2.2.2","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@2.2.2","maintainers":[{"name":"anonymous","email":"bencoe@gmail.com"},{"name":"anonymous","email":"bencoe+oss-bot@gmail.com"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"9a7746cede92c6a8f27dc46692efaadfbed60daa","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-2.2.2.tgz","fileCount":5,"integrity":"sha512-8grMV5Jo8S0kP3yoMeJxV2P5R6VJOqK72IiSV9t/4H5r/HiRqEBQ83bYGuz4Yzfdj4bjaAEhZN/FFbsFXr5bOA==","signatures":[{"sig":"MEYCIQDlDE6j70gzn8WAkj55ckJUyNyxX69Zd81Gl7C+5tfScQIhANR4XqLcY1tbmqn4aQ6A9AspL7VAi0xNSySoJhbBJhef","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34654,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhx1N4CRA9TVsSAnZWagAATT4P/3dO+JghaiqbiTLT2r8a\nFjhofX2muH3YSMZSUTQC4XSnFjWLiSVm8aVpHEqtxxfs/fF+WN6SkGNcNC1L\nOmqu7BTE3y4D3wiMyQB0nQwPdQPN8NzWuofJ5h2tNnzPSwR5tqUbbPf9M1uC\nC/oyahfGNULvpUAkM857EoOrvJ+pMk7aHIGxhv1hZWwRYlKGDWSQEGKO84ek\n2X6vQvqM9BLPOxaOl1o3uGNPNttr6md714xRrixlsp9Q/ncvuAmwFuZDh2M1\nTkkhpqr7+kZHYi8Z5hZpFEWJFYRQsZUWxsjKuj8badY7V8dyG5gQ0SCvWvJ3\nMh4O9LbiYu1t8IHoD1QdqJp0fsew0j97b8zT/HaFcEyflOpL8HFFPF99whHi\nmMeUZkIqwZ57yVWVOQOCd9aB/uLj/QyJDwkle80DSGXcLY4ofTQRMTTD5M1D\nWbZhK+d3IlLYkswp8pnN3y1T/hbK4w3mm4drLKuvW9XmNbNaMwevZLJ9U4/F\nmvUh5fZSsr052tXYsMKVtMxD7oAfdqe2xwOCiMDuODp+hgDNTQk9eEVvgoRq\nUukAKjCWedY71f/HTblrJKHgCZ0NTObGwJ3Xp7BOMPCTw4YVjnKO7cnPMotb\niK0+JB8j+S5tiAz5pxdYZjNXb4TEKwhlRPYN0qDqRyrLCUT9+UQ0UgqsWWpt\nETJO\r\n=CWCR\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=10"},"scripts":{"test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"bencoe+oss-bot@gmail.com"},"repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"6.14.15","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"14.18.2","dependencies":{"meow":"^8.0.0","lodash":"^4.17.15","tempfile":"^3.0.0","add-stream":"^1.0.0","conventional-changelog":"^3.1.24"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli_2.2.2_1640452984758_0.09131190058433458","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"3.0.0":{"name":"conventional-changelog-cli","version":"3.0.0","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@3.0.0","maintainers":[{"name":"anonymous","email":"bencoe@gmail.com"},{"name":"anonymous","email":"bencoe+oss-bot@gmail.com"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"e5b1e67550702b098b4e03d8401927fe4c462f3e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-3.0.0.tgz","fileCount":4,"integrity":"sha512-3zMYi0IrfNd6AAHdPMrcgCg5DbcffiqNaEBf8cYrlntXPbBIXaELTbnRmUy5TQAe0Hkgi0J6+/VmRCkkJQflcQ==","signatures":[{"sig":"MEQCID55lZ0eFIupvfuiv+g2TmFuL+VcgienEu8cd7cfln3iAiAzLjLlTTw4c+vz7jeJcnFHjRUM0+gzzBrzAtTApnK4Sg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14164},"_from":"file:conventional-changelog-cli-3.0.0.tgz","engines":{"node":">=14"},"scripts":{"test-windows":"echo 'make work on windows'"},"_npmUser":{"name":"anonymous","email":"bencoe+oss-bot@gmail.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"6.14.18","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"14.21.3","dependencies":{"meow":"^8.1.2","tempfile":"^3.0.0","add-stream":"^1.0.0","conventional-changelog":"^4.0.0"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli_3.0.0_1686092050586_0.15703932006051646","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"4.0.0":{"name":"conventional-changelog-cli","version":"4.0.0","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@4.0.0","maintainers":[{"name":"anonymous","email":"bencoe@gmail.com"},{"name":"anonymous","email":"bencoe+oss-bot@gmail.com"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"bin":{"conventional-changelog":"cli.mjs"},"dist":{"shasum":"3b83a034e56e54516d9be704335c135b25eccf8a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-4.0.0.tgz","fileCount":4,"integrity":"sha512-BRI/4/MmQi1KKSpXx+jync+vS81A3LO1dtiZGufUatcTgkxD6w3tlRSaoqGlGX/Oggj9aezcH/Xj3lgBtiEQkA==","signatures":[{"sig":"MEUCIH3CBLmW7OXj6TrROEmJbGD4jWQuJ+ofNLSY4ifSHqojAiEAq2DyCk2oygBRJRil2N/a+dJjyoO16+M4nhqI3/VgKmY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14292},"_from":"file:conventional-changelog-cli-4.0.0.tgz","engines":{"node":">=16"},"_npmUser":{"name":"anonymous","email":"bencoe+oss-bot@gmail.com"},"_resolved":"/tmp/78fb17f42444cb7a83e3fdb286dfd4d3/conventional-changelog-cli-4.0.0.tgz","_integrity":"sha512-BRI/4/MmQi1KKSpXx+jync+vS81A3LO1dtiZGufUatcTgkxD6w3tlRSaoqGlGX/Oggj9aezcH/Xj3lgBtiEQkA==","repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"8.19.4","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"16.20.2","dependencies":{"meow":"^12.0.1","tempfile":"^5.0.0","add-stream":"^1.0.0","conventional-changelog":"^5.0.0"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli_4.0.0_1693141322848_0.6060436041610455","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"4.1.0":{"name":"conventional-changelog-cli","version":"4.1.0","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@4.1.0","maintainers":[{"name":"anonymous","email":"bencoe@gmail.com"},{"name":"anonymous","email":"bencoe+oss-bot@gmail.com"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"bin":{"conventional-changelog":"cli.mjs"},"dist":{"shasum":"e3abc622f82d8923a8603eec19411fae0048e72b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-4.1.0.tgz","fileCount":4,"integrity":"sha512-MscvILWZ6nWOoC+p/3Nn3D2cVLkjeQjyZPUr0bQ+vUORE/SPrkClJh8BOoMNpS4yk+zFJ5LlgXACxH6XGQoRXA==","signatures":[{"sig":"MEUCIQC/K/76852VTqLEOPfDdRKrAwiXez//9O5o56SyuHZLiwIgaQGyTzrlgYskfZEh6/UBa/mF/0Sm5foxV+AfrORFjNI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14293},"_from":"file:conventional-changelog-cli-4.1.0.tgz","engines":{"node":">=16"},"_npmUser":{"name":"anonymous","email":"bencoe+oss-bot@gmail.com"},"_resolved":"/tmp/7a0a2100738e10f79166e9e817e20768/conventional-changelog-cli-4.1.0.tgz","_integrity":"sha512-MscvILWZ6nWOoC+p/3Nn3D2cVLkjeQjyZPUr0bQ+vUORE/SPrkClJh8BOoMNpS4yk+zFJ5LlgXACxH6XGQoRXA==","repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git"},"_npmVersion":"8.19.4","description":"Generate a changelog from git metadata","directories":{},"_nodeVersion":"16.20.2","dependencies":{"meow":"^12.0.1","tempfile":"^5.0.0","add-stream":"^1.0.0","conventional-changelog":"^5.1.0"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli_4.1.0_1694214168163_0.1030508273728934","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."},"5.0.0":{"name":"conventional-changelog-cli","version":"5.0.0","keywords":["cli","cli-app","conventional-changelog","conventional","changelog","log"],"author":{"url":"https://github.com/stevemao","name":"Steve Mao","email":"maochenyan@gmail.com"},"license":"MIT","_id":"conventional-changelog-cli@5.0.0","maintainers":[{"name":"anonymous","email":"bencoe@gmail.com"},{"name":"anonymous","email":"bencoe+oss-bot@gmail.com"},{"name":"anonymous","email":"maochenyan@gmail.com"},{"name":"anonymous","email":"moilanen.tapani@gmail.com"}],"homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme","bugs":{"url":"https://github.com/conventional-changelog/conventional-changelog/issues"},"bin":{"conventional-changelog":"cli.js"},"dist":{"shasum":"feda8f20873347f73042a810db1c03377c39068d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/conventional-changelog-cli/-/conventional-changelog-cli-5.0.0.tgz","fileCount":4,"integrity":"sha512-9Y8fucJe18/6ef6ZlyIlT2YQUbczvoQZZuYmDLaGvcSBP+M6h+LAvf7ON7waRxKJemcCII8Yqu5/8HEfskTxJQ==","signatures":[{"sig":"MEUCIQCs74sZJ8olkZO0d4Y3bUoq09EEQQdZIsfIp6MhRqSaTAIgF+wI5OV9QTkZO+5XeAV6XbeF6xdL49ccTtsQvL0ze+w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14617},"type":"module","_from":"file:conventional-changelog-cli-5.0.0.tgz","engines":{"node":">=18"},"_npmUser":{"name":"anonymous","email":"bencoe+oss-bot@gmail.com"},"_resolved":"/tmp/8f77f37b96bacbcc3925a5908040e2a3/conventional-changelog-cli-5.0.0.tgz","_integrity":"sha512-9Y8fucJe18/6ef6ZlyIlT2YQUbczvoQZZuYmDLaGvcSBP+M6h+LAvf7ON7waRxKJemcCII8Yqu5/8HEfskTxJQ==","repository":{"url":"git+https://github.com/conventional-changelog/conventional-changelog.git","type":"git","directory":"packages/conventional-changelog-cli"},"_npmVersion":"10.5.0","description":"Generate a changelog from git metadata.","directories":{},"_nodeVersion":"18.20.2","dependencies":{"meow":"^13.0.0","tempfile":"^5.0.0","add-stream":"^1.0.0","conventional-changelog":"^6.0.0"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/conventional-changelog-cli_5.0.0_1714777074982_0.9271624472157141","host":"s3://npm-registry-packages"},"deprecated":"This package is no longer maintained. Please use the conventional-changelog package instead."}},"name":"conventional-changelog-cli","time":{"created":"2015-06-24T01:05:45.011Z","modified":"2026-03-01T16:53:07.801Z","0.0.0":"2015-06-24T01:05:45.011Z","0.0.1":"2016-01-30T10:03:13.117Z","1.0.0":"2016-02-05T13:23:10.450Z","1.1.0":"2016-02-13T07:09:59.541Z","1.1.1":"2016-02-14T05:15:39.617Z","1.2.0":"2016-05-08T12:52:27.221Z","1.2.1":"2017-03-10T05:33:10.589Z","1.3.0":"2017-03-11T00:56:39.258Z","1.3.1":"2017-03-11T21:02:58.307Z","1.3.2":"2017-07-17T23:30:31.277Z","1.3.3":"2017-09-01T03:16:33.488Z","1.3.4":"2017-10-01T05:39:36.678Z","1.3.5":"2017-11-13T00:17:25.170Z","1.3.8":"2018-01-29T02:12:52.809Z","1.3.9":"2018-02-05T03:28:52.585Z","1.3.10":"2018-02-12T15:38:11.216Z","1.3.12":"2018-02-13T16:28:10.288Z","1.3.13":"2018-02-13T18:05:51.226Z","1.3.14":"2018-02-20T04:20:49.595Z","1.3.15":"2018-02-24T22:12:57.472Z","1.3.16":"2018-03-03T03:15:13.920Z","1.3.17":"2018-03-22T13:48:03.502Z","1.3.18":"2018-03-27T15:12:46.529Z","1.3.19":"2018-03-27T15:26:23.861Z","1.3.20":"2018-03-27T15:35:18.410Z","1.3.21":"2018-03-28T02:58:22.975Z","1.3.22":"2018-04-16T13:28:30.525Z","2.0.0":"2018-05-29T14:28:17.753Z","2.0.1":"2018-06-06T14:33:10.921Z","2.0.2":"2018-08-21T18:55:31.570Z","2.0.3":"2018-08-21T19:00:29.682Z","2.0.4":"2018-08-21T19:02:27.979Z","2.0.5":"2018-08-21T19:04:09.303Z","2.0.7":"2018-11-01T06:28:26.945Z","2.0.8":"2018-11-01T06:32:05.683Z","2.0.9":"2018-11-01T06:39:07.473Z","2.0.10":"2018-11-01T06:41:42.641Z","2.0.11":"2018-11-01T06:44:10.919Z","2.0.12":"2019-02-14T22:04:38.429Z","2.0.14":"2019-04-11T22:06:06.063Z","2.0.15":"2019-04-11T22:09:52.017Z","2.0.16":"2019-04-11T22:12:32.555Z","2.0.17":"2019-04-24T21:58:23.458Z","2.0.18":"2019-04-26T00:51:20.588Z","2.0.19":"2019-05-02T18:11:29.789Z","2.0.20":"2019-05-02T18:20:59.617Z","2.0.21":"2019-05-05T05:39:56.825Z","2.0.22":"2019-05-18T20:49:31.949Z","2.0.23":"2019-07-29T05:45:00.386Z","2.0.25":"2019-10-03T16:18:17.935Z","2.0.26":"2019-10-24T08:00:40.722Z","2.0.27":"2019-11-07T08:26:58.538Z","2.0.28":"2019-11-14T22:09:03.191Z","2.0.29":"2019-11-21T07:20:06.688Z","2.0.30":"2019-11-27T05:05:24.312Z","2.0.31":"2019-12-15T12:50:34.546Z","2.0.32":"2019-12-24T12:09:14.156Z","2.0.33":"2020-05-08T19:32:54.396Z","2.0.34":"2020-05-08T19:59:31.759Z","2.0.35":"2020-06-20T00:16:25.661Z","2.1.0":"2020-08-12T05:43:33.150Z","2.1.1":"2020-11-05T01:25:31.212Z","2.2.2":"2021-12-25T17:23:04.877Z","3.0.0":"2023-06-06T22:54:10.759Z","4.0.0":"2023-08-27T13:02:02.998Z","4.1.0":"2023-09-08T23:02:48.318Z","5.0.0":"2024-05-03T22:57:55.122Z"},"readmeFilename":"README.md","homepage":"https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme"}