Skip to content

v0.2.2: run release:github with bun

Choose a tag to compare

@cyanheads cyanheads released this 16 Jun 02:29
v0.2.2
872beb8

run release:github with bun

The release:github npm script ran via tsx, which is not a declared dependency, so the GitHub Release step failed to resolve a runner. It now runs under bun run.

Fixed:

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

Dependency bumps:

  • @biomejs/biome ^2.4.16 → ^2.5.0
  • vitest ^4.1.8 → ^4.1.9

218 tests pass; bun run devcheck clean.