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