Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 07 Apr 02:22
· 55 commits to main since this release
1cefcd0
fix: release workflow cargo --allow-dirty and npm auth

Cargo.lock is generated during build, causing cargo publish to
reject. Add --allow-dirty. NPM publish needs NODE_AUTH_TOKEN
env var wired to NPM_TOKEN secret.