- Fixed the return value from
.end()to include the version string instead of the version object - Added some more tests for existing and new features
- Refactored code to use newer language features and set node engine to >= 6.0 (Resolves #8)
- Added ability to make
.end()quiet (no logging) by passing in{quiet: true}to it (Resolves #7) - Added support for a
.preRelease()function that bumps (or sets) the pre-release portion of a semver version string (Resolves #5)
- Added more tests
- Enabled
eslintto run on the source files and fixed lint issues
- Added
pullapproveintegration - Added latest
pr-bumperintegration (to supportnoneversion bump) - Cleaned up the
README.mda little - Renamed
changelog.mdtoCHANGELOG.mdto work withpr-bumper
- remove package.json preferGlobal
- remove cli from package. Instead, use
npm install -g versiony-cli