1.1.0 • Published 5 years ago

bumper v1.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

bumper

Bumper helps you work with libraries.

Usage

To install bumper, run:

npm install --global bumper

Bump

Usage:

bumper bump <increment>

The bump command will bump the version in your package.json, package-lock.json and add a CHANGELOG.md entry if those files exist in your current directory.

Positionals:
  increment  Whether to bump the major, minor or patch version

Options for projects with a CHANGELOG.md file:
  --title, -t        Title of release
  --description, -d  Description of release, can be piped from stdin instead

Options:
  -h, --help     Show help
  -v, --version  Show version number

Future

Bumper will house a mechanism to bump the version of your library inside other repos.

1.1.0

5 years ago

1.0.0

8 years ago

0.0.0

9 years ago

0.0.4

13 years ago