Skip to content

Releases: owenizedd/bum

v0.7.13

20 Dec 11:35

Choose a tag to compare

Fixes issue where installation from NPM doesnt have the bun folder

v0.7.12

08 Dec 04:47

Choose a tag to compare

Thanks for @zanozbot for the contribution on making our install.sh more stable

v0.7.10

07 Dec 03:52

Choose a tag to compare

NPM Packages is working now! Everyone can enjoy package manager via NPM 🥳
image

v0.7.8

07 Dec 01:38

Choose a tag to compare

Bump version to 0.7.8

v0.7.6

06 Dec 15:32

Choose a tag to compare

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

06 Dec 15:07

Choose a tag to compare

v0.7.3

06 Dec 14:37

Choose a tag to compare

Release 0.7.3

v0.7.2

06 Dec 09:09

Choose a tag to compare

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

06 Dec 07:07

Choose a tag to compare

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

06 Dec 06:55

Choose a tag to compare

Fix publish logic to check git tags instead of commit message