Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 06 Apr 02:35

1.0.0 (2026-04-06)

Bug Fixes

  • add Node.js 22 for semantic-release compatibility (20de315)
  • add verbose and no-cache to debug bun install hang on CI (cf2a577)
  • drop --frozen-lockfile to avoid stale registry URLs (a52d6e3)
  • pin bun version and use frozen-lockfile in CI (b7a7c55)
  • remove @semantic-release/git to avoid branch protection conflict (534ed7d)
  • rename CI job from 'test' to 'build' to match required status check (4badb58)
  • replace org-specific examples with generic ones (3f30ded)
  • revert to bun 1.1.38 for CI — 1.3.11 has networking issues (22a6561), closes oven-sh/bun#22846
  • support GitHub user accounts in org scanner (24a2152)
  • upgrade actions to v6 to resolve Node.js 20 deprecation (5b59537)
  • use --ignore-scripts to avoid turbo binary download hang on CI (b503092)
  • use bun 1.1.38 and fresh install to fix CI hang (3a86522)
  • use bun 1.3.11 with --linker hoisted to fix CI hang (99ba9ac), closes oven-sh/bun#22846
  • use plain bun install with CI=true in workflows (2dbac24)

Features

  • add semantic-release for automated versioning and binary releases (9f47aac)
  • prepare for open-source release (a503808)