bun-v1.2.11

oven-sh/bunbun-v1.2.11Apr 29, 2025by dylan-conway

AI Summary

Bun v1.2.11 is a maintenance update with contributions from 14 developers. The release notes are available on the Bun blog.

Key Highlights

  • Link to Bun's blog for detailed release notes
  • Thanks to 14 contributors
  • Standard install and upgrade commands

Full Release Notes

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

### [Read Bun v1.2.11's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.11)

### Thanks to 14 contributors!

- [@190n](https://github.com/190n)
- [@alii](https://github.com/alii)
- [@cirospaciari](https://github.com/cirospaciari)
- [@dylan-conway](https://github.com/dylan-conway)
- [@eckhardt-d](https://github.com/eckhardt-d)
- [@electroid](https://github.com/electroid)
- [@heimskr](https://github.com/heimskr)
- [@jarred-sumner](https://github.com/jarred-sumner)
- [@mastermakrela](https://github.com/mastermakrela)
- [@nektro](https://github.com/nektro)
- [@paperclover](https://github.com/paperclover)
- [@pfgithub](https://github.com/pfgithub)
- [@x04](https://github.com/x04)
- [@zackradisic](https://github.com/zackradisic)