bun-v1.2.17
oven-sh/bunbun-v1.2.17Jun 21, 2025by Jarred-Sumner
AI Summary
Bun v1.2.17 is a maintenance update with contributions from 15 developers. The release notes are available on the Bun blog.
Key Highlights
- Link to Bun's blog for detailed release notes
- Thanks to 15 contributors
- Standard install and upgrade commands
Full Release Notes
To install Bun v1.2.17 ```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.17: ```bash bun upgrade ``` ### [Read Bun v1.2.17's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.17) ### Thanks to 15 contributors! - [@190n](https://github.com/190n) - [@alii](https://github.com/alii) - [@berzanorg](https://github.com/berzanorg) - [@crishoj](https://github.com/crishoj) - [@dylan-conway](https://github.com/dylan-conway) - [@familyboat](https://github.com/familyboat) - [@jarred-sumner](https://github.com/jarred-sumner) - [@micmelesse](https://github.com/micmelesse) - [@nektro](https://github.com/nektro) - [@pfgithub](https://github.com/pfgithub) - [@pxseu](https://github.com/pxseu) - [@riskymh](https://github.com/riskymh) - [@ssahillppatell](https://github.com/ssahillppatell) - [@sunsettechuila](https://github.com/sunsettechuila) - [@zackradisic](https://github.com/zackradisic)