Bun: bun-v1.1.36 Release

Release date:
November 19, 2024
Previous version:
bun-v1.1.35 (released November 19, 2024)
Magnitude:
28 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in bun-v1.1.36

Electroid

Directory Browser for bun-v1.1.36

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

Release Notes Published

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

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