Skip to content

v0.87.0

Compare
Choose a tag to compare
@mofojed mofojed released this 22 Jul 18:18
· 44 commits to main since this release

0.87.0 (2024-07-22)

⚠ BREAKING CHANGES

  • Fix any try / catch blocks that return non-awaited
    Promises

Features

Bug Fixes

  • Enabled @typescript-eslint/return-await rule and fixed offending code (#2157) (7875d03), closes #2154