bun-v1.3.1
📦 bunView on GitHub →
🐛 1 fixes
Summary
Bun v1.3.1 is a maintenance release featuring bug fixes identified through fuzzing and contributions from 15 community members.
Migration Steps
- Run 'bun upgrade' to update to v1.3.1
- Alternatively, use 'curl -fsSL https://bun.sh/install | bash' or 'npm install -g bun'
- On Windows, use 'powershell -c "irm bun.sh/install.ps1|iex"'
🐛 Bug Fixes
- Fixed several bugs identified through fuzzing reported by Martin Schwarzl of Cloudflare