Change8

bun-v1.2.23

📦 bunView on GitHub →

Summary

Bun v1.2.23 is a maintenance release featuring contributions from 16 developers. Detailed changes are documented in the official blog post.

Migration Steps

  1. Run 'bun upgrade' to update to v1.2.23.
  2. For new installations on macOS/Linux, use 'curl -fsSL https://bun.sh/install | bash'.
  3. For new installations on Windows, use 'powershell -c "irm bun.sh/install.ps1|iex"'.
  4. Alternatively, install via npm using 'npm install -g bun'.