Skip to content

v0.1.15: run release:github with bun

Choose a tag to compare

@cyanheads cyanheads released this 16 Jun 01:59
v0.1.15
a033719

run release:github with bun

Fixes the release:github npm script, which invoked tsx — not a project dependency — and could not execute under Bun.

Fixed:

  • release:github runs scripts/release-github.ts via bun run instead of tsx.

193 tests pass; bun run devcheck clean.