Yet another bump module, but this works exactly like the grunt-bump one, but without grunt
versionpatch : auto increaseversion
yarn add @rcnp-tickets/common ## Increasepatch number to npm package yarn version --patch
versionVERSION` to increase package version, version shorthands = npm run build
to build files into dist folder
major
, minor
, `patch`
npm publish
to publish the package to npm
Adds versioning GET-parameters (path/to/file/file_name.js?v=0.0.1) to entry static asset dependant HTML files. If they are exists - increaseversion count. Supposed to be used on pre-commit hook.