Blog

Bun v1.1.42

Note

We're hiring systems engineers in San Francisco to build the future of JavaScript!

This release fixes 1 regression from Bun v1.1.41 involving "use strict" in empty files and impacting Prisma.

To install Bun

curl

curl -fsSL https://bun.sh/install | bash

To upgrade Bun

bun upgrade

Fixed: "use strict" regression#

Bun v1.1.41 introduced a regression where "use strict" in otherwise empty files could cause a crash. We've added regression tests to ensure this doesn't happen again.