Releases: oven-sh/bun
Bun v1.1.33
To install:
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.33:
bun upgrade
Read Bun v1.1.33's release notes on Bun's blog
Thanks to 10 contributors!
Bun v1.1.32
To install:
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.32:
bun upgrade
Read Bun v1.1.32's release notes on Bun's blog
Thanks to 5 contributors!
Bun v1.1.31
To install:
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.31:
bun upgrade
Read Bun v1.1.31's release notes on Bun's blog
Thanks to 19 contributors!
Bun v1.1.30
To install:
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.30:
bun upgrade
Read Bun v1.1.30's release notes on Bun's blog
Thanks to 17 contributors!
Bun v1.1.29
To install:
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.29:
bun upgrade
Read Bun v1.1.29's release notes on Bun's blog
Thanks to 3 contributors!
Bun v1.1.28
To install:
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.28:
bun upgrade
Read Bun v1.1.28's release notes on Bun's blog
Thanks to 12 contributors!
Bun v1.1.27
To install:
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.27:
bun upgrade
Read Bun v1.1.27's release notes on Bun's blog
Thanks to 17 contributors!
Bun v1.1.26
To install:
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.26:
bun upgrade
Read Bun v1.1.26's release notes on Bun's blog
Thanks to 3 contributors!
Bun v1.1.25
To install:
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.25:
bun upgrade
Read Bun v1.1.25's release notes on Bun's blog
Thanks to 11 contributors!
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.