bun-v1.2.12
📦 bunView on GitHub →
Summary
Bun v1.2.12 is a maintenance release involving contributions from 10 developers. Detailed changes are documented on the official Bun blog.
Migration Steps
- Run 'bun upgrade' to update to v1.2.12
- For new installations on macOS/Linux, use 'curl -fsSL https://bun.sh/install | bash'
- For new installations on Windows, use 'powershell -c "irm bun.sh/install.ps1|iex"'
- Alternatively, install via npm using 'npm install -g bun'