Currently this is a manual process.
- Increment package.json version
npm run-script test
npm run-script clean
npm run-script build
git commit -am "*.*.* Release Prep"
git tag -am "*.*.* Release" *.*.*
git push
git push origin *.*.*
npm publish
- Update release notes on Github