Bun: bun-v1.1.12 Release

Release date:
June 1, 2024
Previous version:
bun-v1.1.11 (released June 1, 2024)
Magnitude:
21 Diff Delta
Contributors:
2 total committers
Data confidence:
Commits:

Top Contributors in bun-v1.1.12

paperclover
Jarred-Sumner

Directory Browser for bun-v1.1.12

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

Release Notes Published

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: ```bash 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.1.12: bash bun upgrade

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