bump-bump
v1.0.2
Published
A small package that bumps versions in both changelog and package definition
Downloads
2
Readme
Simple version bumper
This modules allows for easy version bumping on both package.json
and CHANGELOG.md
.
All it does is to check the current version from the package.json
and increases the
version number based on the given bump level.
Installation
yarn add bump-bump
or
npm i -s bump-bump
Usage
$ bump-bump --help