- Added support for Next.js 12 (including React 18 alpha) and bumped the hard‑coded Next.js version to 12.0.2.
- Improved developer experience: ZSH completions now auto‑install on `bun upgrade` and `Bun.sleep` was renamed to `Bun.sleepSync`.
- Fixed several bugs: require mistranspilation, symlinked workspace imports with `alwaysBundle`, undefined behavior for invalid UTF‑8 in error messages, and a GraphQL import issue.