1.0.0 • Published 5 years ago

vitorify v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Semantic bump

A friendly CLI to bump your current package.json's version.

$ npx semantic-bump [bump-type]

# Example
$ npx semantic-bump feature
// Previous: v2.4.7
// Current: v2.5.0

Where bump-type can be: fix, patch, feature, minor, breaking or major.

1.0.0

5 years ago