- Verify locally and in travis that all tests are passing and coverage is 100%
- Merge any changes into the master branch
npm version <major | minor | patch>
git push
git push --tags
npm publish
- Edit the release tag with pertinent release information
npm version <major | minor | patch>
git push
git push --tags
npm publish