To install Bun v1.0.10:
curl https://bun.sh/install | bash
# or you can use npm
# npm install -g bun
To upgrade to Bun v1.0.10:
bun upgrade
Read Bun v1.0.10's release notes on Bun's blog
What's Changed
- Fix a couple bugs with node:http by @Jarred-Sumner in #6924
- fix: correctly prepend system path to relative urls on
pathToFileURL
by @liz3 in #6472 - fix: remove stray semicolon that causes SQLite's loadExtension to always throw an error on Mac by @paulbaumgart in #6941
- Probably fix linux arm64 issues by @Jarred-Sumner in #6942
- fix parsing semver ranges with tagged versions by @dylan-conway in #6943
New Contributors
- @paulbaumgart made their first contribution in #6941
Full Changelog: bun-v1.0.9...bun-v1.0.10