Change8

bun-v1.3.4

📦 bunView on GitHub →

Summary

Bun v1.3.4 is a maintenance release featuring contributions from 14 developers. Detailed changes are documented on the official Bun blog.

Migration Steps

  1. Run 'bun upgrade' to update to version 1.3.4.
  2. Alternatively, use 'curl -fsSL https://bun.sh/install | bash' or 'npm install -g bun' for fresh installations.
  3. On Windows, use 'powershell -c "irm bun.sh/install.ps1|iex"'.