bun-v1.2.8
oven-sh/bunbun-v1.2.8Mar 31, 2025by Jarred-Sumner
AI Summary
A maintenance release for Bun v1.2, focusing on continued stability and refinement of the tooling ecosystem.
Key Highlights
- Installation and upgrade instructions provided
- 10 contributors acknowledged
New Features
- Maintenance updates
- Runtime stability
Full Release Notes
To install Bun v1.2.8 ```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.8: ```bash bun upgrade ``` ### [Read Bun v1.2.8's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.8) ### Thanks to 10 contributors! - [@alii](https://github.com/alii) - [@cirospaciari](https://github.com/cirospaciari) - [@donisaac](https://github.com/donisaac) - [@dylan-conway](https://github.com/dylan-conway) - [@hahalosah](https://github.com/hahalosah) - [@heimskr](https://github.com/heimskr) - [@jarred-sumner](https://github.com/jarred-sumner) - [@nanome203](https://github.com/nanome203) - [@paperclover](https://github.com/paperclover) - [@pfgithub](https://github.com/pfgithub)