This project is hosted on NPM. You can see it here.
Releasing the project requires these steps:
- Set the version number in the code
npm run build
(make sure no errors)- Use a GitHub project release to release the project and tag (be sure it follows semver)
npm publish
(make sure it's uploaded to npm)- Update
master
to a new minor version