Bun: bun-v0.6.11 Release

Release date:
June 27, 2023
Previous version:
bun-v0.6.10 (released June 27, 2023)
Magnitude:
30 Diff Delta
Contributors:
2 total committers
Data confidence:
Commits:

Top Contributors in bun-v0.6.11

Jarred-Sumner
Electroid

Directory Browser for bun-v0.6.11

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

Release Notes Published

This is a follow up to address a bug when creating the release build that broke napi in Bun v0.6.10. This also fixes a bug with util.callbackify (thanks @Hanaasagi) and with the "node:module" module missing a couple functions.

To install: ```bash curl https://bun.sh/install | bash

or you can use npm

npm install -g bun


To upgrade:
```bash
bun upgrade

Full Changelog: https://github.com/oven-sh/bun/compare/bun-v0.6.10...bun-v0.6.11

Read Bun v0.6.10's release notes on Bun's blog

What's Changed

New Contributors

Full Changelog: https://github.com/oven-sh/bun/compare/bun-v0.6.9...bun-v0.6.10