Releases: oven-sh/bun
Bun v1.1.24
To install Bun v1.1.24:
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.24:
bun upgrade
Bun v1.1.24 fixes a regression introduced in v1.1.23 that caused the net
module to throw an error after upgrading from TCP -> TLS.
The tests that would've prevented this regression were being skipped due to a credentials issue after migrating to a new CI provider.
To prevent this regression from recurring, we have ensured tests missing credentials in our CI will always fail.
There are no release notes for this version, please see the release notes for v1.1.23.
Read Bun v1.1.23's release notes on Bun's blog
Bun v1.1.23
To install Bun v1.1.23:
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.23:
bun upgrade
Read Bun v1.1.23's release notes on Bun's blog
Thanks to 6 contributors!
Bun v1.1.22
To install Bun v1.1.22:
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.22:
bun upgrade
Read Bun v1.1.22's release notes on Bun's blog
Thanks to 11 contributors!
Bun v1.1.21
To install Bun v1.1.21:
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.21:
bun upgrade
Read Bun v1.1.21's release notes on Bun's blog
Bun v.1.1.20
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
Bun v1.1.19
To install Bun v1.1.19:
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.19:
bun upgrade
Read Bun v1.1.19's release notes on Bun's blog
Thanks to 25 contributors!
Bun v1.1.18
To install Bun v1.1.18:
curl -fsSL https://bun.sh/install | bash
# npm install -g bun
Windows:
powershell -c "irm bun.sh/install.ps1|iex"
To upgrade to Bun v1.1.18:
bun upgrade
Read Bun v1.1.18's release notes on Bun's blog
Thanks to 12 contributors!
Bun v1.1.17
To install Bun v1.1.17:
curl -fsSL https://bun.sh/install | bash
# npm install -g bun
Windows:
powershell -c "irm bun.sh/install.ps1|iex"
To upgrade to Bun v1.1.17:
bun upgrade
Read Bun v1.1.17's release notes on Bun's blog
Bun v1.1.16
To install Bun v1.1.16:
curl -fsSL https://bun.sh/install | bash
# npm install -g bun
Windows:
powershell -c "irm bun.sh/install.ps1|iex"
To upgrade to Bun v1.1.16:
bun upgrade
Read Bun v1.1.16's release notes on Bun's blog
Thanks to 9 contributors!
Bun v1.1.15
This release enables the bun patch
command and fixes an optional dependency regression. Please refer to the Bun v1.1.14 release notes for more information.
To install Bun v1.1.15:
curl -fsSL https://bun.sh/install | bash
# npm install -g bun
Windows:
powershell -c "irm bun.sh/install.ps1|iex"
To upgrade to Bun v1.1.15:
bun upgrade