Bump Semver - https://docs.npmjs.com/cli/version
# One of these
npm version patch -m 'Git commit message'
npm version minor -m 'Git commit message'
npm version major -m 'Git commit message'Push to GitHub
//git push && git push --tags
git push origin master --tagsPublish to NPM
npm publish