2.2.1 • Published 4 months ago
@adaptical/mathew-activity-solver v2.2.1
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