- If needed, bump the versions in
package.json
dependencies npm version x.y.z
- Updates the version inpackage.json
and tags in gitgit push origin master --follow-tags
- Pushes any changes and the new version tag up to Github- Update the new tag on the Github Releases page
npm publish
- Release the new version to the world!