Skip to content

Commit 5dfd445

Browse files
committed
Update README.md
1 parent c5fa3f4 commit 5dfd445

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -733,6 +733,11 @@ const resp = await loops.getTransactionalEmails({ perPage: 15 });
733733

734734
## Version history
735735

736+
- `v5.0.0` (Apr 29, 2025)
737+
- Types are now exported so you can use them in your application.
738+
- `ValidationError` is now thrown when paramters are not added correctly.
739+
- `Error` is now returned if the API key is missing.
740+
- Added tests.
736741
- `v4.1.0` (Feb 27, 2025) - Support for new [List transactional emails](#gettransactionalemails) endpoint.
737742
- `v4.0.0` (Jan 16, 2025)
738743
- Added `APIError` to more easily understand API errors. [See usage example](#usage).

0 commit comments

Comments
 (0)