Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 493 Bytes

CHANGELOG.md

File metadata and controls

19 lines (12 loc) · 493 Bytes

Changelog

  • ⚠️ ✨ Pass any thrown errors to resolver. Please make sure to update your hook resolver to handle the new schema:

Original: [] Updated: { errors: [], results: [] }

  • 🐛 Return expected (hook resolver's) object when executing hook
  • Initial release