# Commits and Commits
git push origin master
npm version patch --no-git-tag-version
git commit -am "version: patch bump to 1.0.1"
git push origin master
git tag v1.0.1
git push origin v1.0.1
gren release -o -D commits -u keymetrics -r pm2-io-agent
gren changelog
git commit -m "chore: CHANGELOG"
npm publish