@adaptical/mathew-activity-solver
v1.2.1
Published
## How to relase and publish a new version
Downloads
101
Readme
Mathew activity solver
How to relase and publish a new version
To create a new relase:
bun run release [patch | minor | major]
If you're happy with the release, you can then publish it to npm and push the git tag:
bun run publish-npm
git push --follow-tags