To install Bun v1.0.6:
curl https://bun.sh/install | bash
# or you can use npm
# npm install -g bun
To upgrade to Bun v1.0.6:
bun upgrade
Read Bun v1.0.6's release notes on Bun's blog
What's Changed
- Docs : Added instructions to run bun apps in daemon (PM2) to address … by @h2210316651 in #5931
- fix #6416 by @dylan-conway in #6430
- feat(install): support npm overrides/yarn resolutions, one level deep only by @paperdave in #6435
- chore: add missing ending quote by @ImLunaHey in #6436
New Contributors
- @ImLunaHey made their first contribution in #6436
Full Changelog: bun-v1.0.5...bun-v1.0.6