Skip to content

Commit cbe9f12

Browse files
Fix typo
1 parent b1a3abb commit cbe9f12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## [4.0.0] - 2025-02-28
2-
- BRAKING CHANGE: Missing params for the Testing API (here) are treated as errors (throw new Error(...)), not warnings.
3-
- BRAKING CHANGE: Removes send methods from the `BulkSendingAPI` and `TestingAPI` classes. There should be only one send method on the `MailtrapClient`.
2+
- BREAKING CHANGE: Missing params for the Testing API (here) are treated as errors (throw new Error(...)), not warnings.
3+
- BREAKING CHANGE: Removes send methods from the `BulkSendingAPI` and `TestingAPI` classes. There should be only one send method on the `MailtrapClient`.
44
- The `general` and `testing` APIs are created lazily, after the first access to the corresponding getters.
55
- Updated the MailtrapClient to accept two more params: bulk: Boolean and sandbox: Boolean. They are changing the behavior of the send method of the client in the following way:
66
- Security updates for dependencies

0 commit comments

Comments
 (0)