bun-v1.2.10

oven-sh/bunbun-v1.2.10Apr 17, 2025by Jarred-Sumner

AI Summary

A maintenance release within the Bun 1.2.x series, aimed at ensuring stability and tooling integration across the platform.

Key Highlights

  • Standard installation methods provided
  • Upgrade instructions available
  • 13 contributors acknowledged

New Features

  • Stability improvements
  • Tooling updates

Full Release Notes

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

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

### Thanks to 13 contributors!

- [@190n](https://github.com/190n)
- [@afrokick](https://github.com/afrokick)
- [@alexandre-lavoie](https://github.com/alexandre-lavoie)
- [@alii](https://github.com/alii)
- [@cirospaciari](https://github.com/cirospaciari)
- [@davlgd](https://github.com/davlgd)
- [@donisaac](https://github.com/donisaac)
- [@hectorm](https://github.com/hectorm)
- [@jarred-sumner](https://github.com/jarred-sumner)
- [@nektro](https://github.com/nektro)
- [@paperclover](https://github.com/paperclover)
- [@pfgithub](https://github.com/pfgithub)
- [@thexeos](https://github.com/thexeos)