Skip to content

2.0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jul 14:36
4d97c34
  • Fix /bun config profile so it no longer checks for Node.js version to enforce feature support. Because Node.js is based on v8 and Bun on JSC, the two runtimes will likely forever be out of sync, so best to rely on TypeScript types for feature support rather than version chasing.
  • Upgrade dependencies to latest versions