Skip to content

Releases: aikix/orcha

v1.1.1

Choose a tag to compare

@aikix-release-bot aikix-release-bot released this 06 Apr 04:18

1.1.1 (2026-04-06)

Bug Fixes

  • rename CI test job to build to match branch protection (5fb7836)
  • separate build (typecheck) and test CI jobs (9b3ff9e)
  • use ts-ignore instead of ts-expect-error for MCP SDK type issue (a47b443)

v1.1.0

Choose a tag to compare

@aikix-release-bot aikix-release-bot released this 06 Apr 04:01

1.1.0 (2026-04-06)

Features

  • add self-update command and startup version check (a1bb96a)

v1.0.1

Choose a tag to compare

@aikix-release-bot aikix-release-bot released this 06 Apr 03:10

1.0.1 (2026-04-06)

Bug Fixes

  • set git remote URL with app token for semantic-release push (09a0b18)
  • use GitHub App token for semantic-release to bypass branch protection (4325078)

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)