Releases: owenizedd/bum
Releases · owenizedd/bum
v0.7.13
v0.7.12
v0.7.10
v0.7.8
Bump version to 0.7.8
v0.7.6
Fix bin.js: Keep index.js require external during Bun build
The issue was Bun was inlining the require('./index') and bundling
the hashed .node file reference. Now with --external ./index flag,
bin.js correctly requires index.js which handles platform detection.
Fixes: MODULE_NOT_FOUND error when running npx @owenizedd/bum
v0.7.5
NPM AVAILABLE at https://www.npmjs.com/package/@owenizedd/bum
v0.7.3
Release 0.7.3
v0.7.2
Fix race condition: Use official Bun installer in publish job - Remove bum dogfooding from publish job (race condition with GitHub Release) - Use oven-sh/setup-bun@v2 directly in publish job - Fix prepublishOnly flag: --skip-gh-release (not --no-gh-release) This prevents the publish job from failing when GitHub Release isn't ready yet.
v0.7.1
Release 0.7.1 - Add bin.js to git (was incorrectly ignored) - Add retry logic with exponential backoff to install.sh - Add comprehensive contributing and release documentation - Update README with contribution guidelines Fixes: - bin.js not found during npm publish - Download failures in install.sh now auto-retry
v0.7.0
Fix publish logic to check git tags instead of commit message
