github oven-sh/bun bun-v1.1.12
Bun v1.1.12

latest releases: bun-v1.1.18, bun-v1.1.17, bun-v1.1.16...
one month ago

This release fixes a regression briefly introduced in bun upgrade on Windows that occurred in Bun v1.1.11. There are no release notes, please take a look at the Bun v1.1.11 release notes instead.

To install Bun v1.1.12:

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.12:

bun upgrade

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

Don't miss a new bun release

NewReleases is sending notifications on new releases.