Bun: bun-v1.1.20 Release

Release date:
July 13, 2024
Previous version:
bun-v1.1.19 (released July 12, 2024)
Magnitude:
0 Diff Delta
Contributors:
0 total committers
Data confidence:
Commits:

Top Contributors in bun-v1.1.20

Could not determine top contributors for this release.

Directory Browser for bun-v1.1.20

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 build issue on macOS in Bun v1.1.19 that caused Node-API symbols to be stripped from the binary There are no release notes; please refer to the Bun v1.1.19 release notes instead.

To install Bun v1.1.20: ```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.20: bash bun upgrade

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