To install Bun v1.0.9:
curl https://bun.sh/install | bash
# or you can use npm
# npm install -g bun
To upgrade to Bun v1.0.9:
bun upgrade
Read Bun v1.0.9's release notes on Bun's blog
What's Changed
- chore: build and publish canary windows builds by @paperdave in #6834
- fix jsx key parse and visit order by @dylan-conway in #6866
- more install tests by @dylan-conway in #6867
- Fix edgecase from
eeb3f7b
by @Jarred-Sumner in #6870 - fix: baseline+linux arm64 builds by @paperdave in #6873
- Spawn ref count by @dylan-conway in #6890
- Add more tests for Bun.spawn lifecycle and address edgecase by @Jarred-Sumner in #6904
Full Changelog: bun-v1.0.8...bun-v1.0.9