bun-v1.2.20

oven-sh/bunbun-v1.2.20Aug 10, 2025by Jarred-Sumner

AI Summary

Maintenance release for Bun v1.2.20 featuring updated installation instructions and acknowledgments for contributors.

Key Highlights

  • Link to detailed release notes on bun.sh/blog
  • 19 contributors recognized in the release

Full Release Notes

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

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

### Thanks to 19 contributors!

- [@190n](https://github.com/190n)
- [@39ali](https://github.com/39ali)
- [@alii](https://github.com/alii)
- [@aspizu](https://github.com/aspizu)
- [@camc314](https://github.com/camc314)
- [@cirospaciari](https://github.com/cirospaciari)
- [@countbleck](https://github.com/countbleck)
- [@dylan-conway](https://github.com/dylan-conway)
- [@heimskr](https://github.com/heimskr)
- [@its-me-mhd](https://github.com/its-me-mhd)
- [@jack5079](https://github.com/jack5079)
- [@jarred-sumner](https://github.com/jarred-sumner)
- [@lifefloating](https://github.com/lifefloating)
- [@nektro](https://github.com/nektro)
- [@pfgithub](https://github.com/pfgithub)
- [@riskymh](https://github.com/riskymh)
- [@robobun](https://github.com/robobun)
- [@taylordotfish](https://github.com/taylordotfish)
- [@zackradisic](https://github.com/zackradisic)