bun-v1.2.22

oven-sh/bunbun-v1.2.22Sep 14, 2025by Jarred-Sumner

AI Summary

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

Key Highlights

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

Full Release Notes

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

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

### Thanks to 14 contributors!

- [@alii](https://github.com/alii)
- [@avarayr](https://github.com/avarayr)
- [@cirospaciari](https://github.com/cirospaciari)
- [@dylan-conway](https://github.com/dylan-conway)
- [@jarred-sumner](https://github.com/jarred-sumner)
- [@lydiahallie](https://github.com/lydiahallie)
- [@markovejnovic](https://github.com/markovejnovic)
- [@nektro](https://github.com/nektro)
- [@pfgithub](https://github.com/pfgithub)
- [@robobun](https://github.com/robobun)
- [@samyarkd](https://github.com/samyarkd)
- [@sosukesuzuki](https://github.com/sosukesuzuki)
- [@taylordotfish](https://github.com/taylordotfish)
- [@zackradisic](https://github.com/zackradisic)