There was an error while loading. Please reload this page.
git checkout main git pull origin main npm version patch git push origin main v0.0.0 # <- the tag
If the github action that publishes to npm fails, make sure that package.json and package-lock.json are in sync by running npm ci.
npm ci
If they're not, run npm i.
npm i