Skip to content

Bun v.1.1.20

Latest
Compare
Choose a tag to compare
@dylan-conway dylan-conway released this 13 Jul 06:04
· 55 commits to main since this release

This release fixes a build issue on macOS in Bun v1.1.19 that caused Node-API symbols to be stripped from the binary There are no release notes; please refer to the Bun v1.1.19 release notes instead.

To install Bun v1.1.20:

curl -fsSL https://bun.sh/install | bash
# or you can use npm
# npm install -g bun

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.1.20:

bun upgrade

Read Bun v1.1.19's release notes on Bun's blog