Skip to content

v5.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Dec 13:08
9a66b74

5.0.0 (2024-12-06)

⚠ BREAKING CHANGES

  • update to sdk 14
  • drop custom get function, require node >= 18
  • drop cjs support
  • use sdk provided filesystem util, remove aeproject util implementation

Bug Fixes

Refactorings

  • drop cjs support (a92df6e)
  • drop custom get function, require node >= 18 (ef569b9)
  • update to sdk 14 (ecbdf3c)
  • use sdk provided filesystem util, remove aeproject util implementation (93cf8c5)

Miscellaneous