Bun: bun-v1.2.0 Release

Release date:
January 22, 2025
Previous version:
bun-v1.1.45 (released January 17, 2025)
Magnitude:
3,220 Diff Delta
Contributors:
5 total committers
Data confidence:
Commits:

Top Contributors in bun-v1.2.0

github-actions[bot]
Jarred-Sumner
paperclover
lgarron
RiskyMH

Directory Browser for bun-v1.2.0

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Read Bun 1.2's release notes on Bun's blog

Watch the video:

Bun 1.2

To install Bun:

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

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

To upgrade to Bun v1.2.0: bash bun upgrade