Sourced from bun-types's releases.
Bun v1.1.36 addresses a release process issue in Bun v1.1.35 that caused the Bun v1.1.35 binary to be published as a canary release instead of a stable release.
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.35:
bun upgrade
Read Bun v1.1.35's release notes on Bun's blog
Bun v.1.1.35
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.35:
bun upgrade
Read Bun v1.1.35's release notes on Bun's blog
Thanks to 16 contributors!
... (truncated)