bun-v1.2.13
oven-sh/bunbun-v1.2.13May 10, 2025by Jarred-Sumner
AI Summary
Bun v1.2.13 is a maintenance update with contributions from 7 developers. The release notes are available on the Bun blog.
Key Highlights
- Link to Bun's blog for detailed release notes
- Thanks to 7 contributors
- Standard install and upgrade commands
Full Release Notes
To install Bun v1.2.13 ```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.13: ```bash bun upgrade ``` ### [Read Bun v1.2.13's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.13) ### Thanks to 7 contributors! - [@190n](https://github.com/190n) - [@alii](https://github.com/alii) - [@cirospaciari](https://github.com/cirospaciari) - [@dylan-conway](https://github.com/dylan-conway) - [@electroid](https://github.com/electroid) - [@jarred-sumner](https://github.com/jarred-sumner) - [@pfgithub](https://github.com/pfgithub)