Change8

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

  1. Run 'bun upgrade' to update to v1.3.1
  2. Alternatively, use 'curl -fsSL https://bun.sh/install | bash' or 'npm install -g bun'
  3. 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