Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Apr 18:04

3.0.0 (2024-04-22)

Bug Fixes

  • adapt to new TypeScript and Middy versions (8330e7a)
  • fix WithBody type (c10884e)

chore

  • update all the dependencies (f3325ca)

BREAKING CHANGES

  • This library now works with
    middy version 2 which changed some of the types.
    If you don't use types, you might not need to change
    anything. Follow the
    the middy upgrade guide.