4.0.0 (2023-11-12)
⚠ BREAKING CHANGES
- The execute function is now async and will resolve/reject
once the command finishes executing or errors.
This allows for performing global cleanup in your
application's entry point.
Features
Bug Fixes
- tsconfig for example app had incorrect files (5390d29)