Skip to content

Commit 86d7c53

Browse files
authored
Merge pull request #76 from railsware/release-v4.2.0
Version 4.2.0
2 parents 867272c + fa78adf commit 86d7c53

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [4.2.0] - 2025-07-08
2+
- Add support for [Batch Sending API](https://github.com/railsware/mailtrap-nodejs/pull/63).
3+
- Add support for [Contacts API](https://github.com/railsware/mailtrap-nodejs/pull/64).
4+
- Add support for [Contact Lists API](https://github.com/railsware/mailtrap-nodejs/pull/65).
5+
- Add support for [Templates API](https://github.com/railsware/mailtrap-nodejs/pull/67).
6+
- Add support for [Suppressions API](https://github.com/railsware/mailtrap-nodejs/pull/68).
7+
- Make `testInboxId` optional in the `MailtrapClient` configuration (https://github.com/railsware/mailtrap-nodejs/pull/70).
8+
19
## [4.1.0] - 2025-04-18
210
- Add support for `reply_to` in Sending API (in https://github.com/railsware/mailtrap-nodejs/pull/58, thanks to @aolamide).
311

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mailtrap",
33
"description": "Official mailtrap.io API client",
4-
"version": "4.1.0",
4+
"version": "4.2.0",
55
"author": "Railsware Products Studio LLC",
66
"dependencies": {
77
"axios": ">=0.27"

0 commit comments

Comments
 (0)