bun-v1.3.10

ShenhanQian/VHAPbun-v1.3.10Feb 26, 2026by Jarred-Sumner

AI Summary

Bun v1.3.10 is a minor version release published on February 26, 2026. The provided text does not contain specific feature lists or bug fixes, but it acknowledges 11 contributors.

Key Highlights

  • Published on February 26, 2026
  • Version 1.3.10 release
  • 11 contributors acknowledged
  • Links to detailed release notes on Bun's blog provided

Full Release Notes

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

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

### Thanks to 11 contributors!

- [@alanstott](https://github.com/alanstott)
- [@alii](https://github.com/alii)
- [@cirospaciari](https://github.com/cirospaciari)
- [@dylan-conway](https://github.com/dylan-conway)
- [@hk-shao](https://github.com/hk-shao)
- [@hona](https://github.com/hona)
- [@jarred-sumner](https://github.com/jarred-sumner)
- [@martinamps](https://github.com/martinamps)
- [@prekucki](https://github.com/prekucki)
- [@robobun](https://github.com/robobun)
- [@sosukesuzuki](https://github.com/sosukesuzuki)