Skip to content

chore(release): v0.6.0 with prepublishOnly guard - #3

Draft
stukennedy wants to merge 1 commit into
mainfrom
claude/ai-gateway-workers-support-sf8if3
Draft

chore(release): v0.6.0 with prepublishOnly guard#3
stukennedy wants to merge 1 commit into
mainfrom
claude/ai-gateway-workers-support-sf8if3

Conversation

@stukennedy

Copy link
Copy Markdown
Owner

Summary

Release prep for the AI Gateway / Workers AI no-BYOK feature merged in #2:

  • Version bump: 0.5.60.6.0 (new features ⇒ minor bump)
  • prepublishOnly script: runs typecheck + bun test + build automatically before npm publish, so a stale or missing dist/ can no longer be shipped

Releasing after merge

git checkout main && git pull
npm publish   # prepublishOnly handles typecheck, tests, and the fresh build

Then in the consuming app: bun add honidev@^0.6.0. The new workers-ai-provider / ai-gateway-provider packages are regular dependencies, so consumers pick them up automatically.

Testing

  • bun test: 48 pass, 0 fail
  • tsc --noEmit: clean
  • bun run build output smoke-tested (dist/index.js imports, createAgent/resolveModel exported)

🤖 Generated with Claude Code

https://claude.ai/code/session_01GWc6LmqKRN39UmW53tiVV2


Generated by Claude Code

Bump to 0.6.0 for the AI Gateway / Workers AI no-BYOK feature release.
prepublishOnly runs typecheck, tests, and a fresh build before npm
publish so a stale or missing dist/ can no longer be shipped.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01GWc6LmqKRN39UmW53tiVV2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants