bun-v1.2.2
oven-sh/bunbun-v1.2.2Feb 1, 2025by Jarred-Sumner
AI Summary
An early maintenance release in the Bun 1.2 series, providing the foundation for subsequent updates.
Key Highlights
- Installation instructions provided
- Upgrade instructions available
- 12 contributors acknowledged
New Features
- Stability fixes
- Core runtime improvements
Full Release Notes
To install Bun v1.2.2 ```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.2: ```bash bun upgrade ``` ### [Read Bun v1.2.2's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.2) ### Thanks to 12 contributors! - [@190n](https://github.com/190n) - [@aiellochan](https://github.com/aiellochan) - [@cirospaciari](https://github.com/cirospaciari) - [@donisaac](https://github.com/donisaac) - [@dylan-conway](https://github.com/dylan-conway) - [@jarred-sumner](https://github.com/jarred-sumner) - [@msutkowski](https://github.com/msutkowski) - [@nektro](https://github.com/nektro) - [@paperclover](https://github.com/paperclover) - [@pfgithub](https://github.com/pfgithub) - [@riskymh](https://github.com/riskymh) - [@zackradisic](https://github.com/zackradisic)