## How to publish

1. Make your changes
2. Commit them as normal
3. Run `yarn stamp {major|minor|patch}` to update the package.json, commit and tag
4. `git push origin --tags` - to push the tag and trigger Github Action to publish the package to npm.
