bump-regex icon indicating copy to clipboard operation
bump-regex copied to clipboard

bump regex with semver

Results 1 bump-regex issues
Sort by recently updated
recently updated
newest added

Given a version with a prerelease identifier containing a dot, such as `1.0.0-foo.bar.0`, if `bump()` is called with `preid` specified, the version is unchanged: ```javascript const bump = require("bump-regex"); const...