File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
9
## [ 4.1.0] - 2025-04-18
2
10
- Add support for ` reply_to ` in Sending API (in https://github.com/railsware/mailtrap-nodejs/pull/58 , thanks to @aolamide ).
3
11
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mailtrap" ,
3
3
"description" : " Official mailtrap.io API client" ,
4
- "version" : " 4.1 .0" ,
4
+ "version" : " 4.2 .0" ,
5
5
"author" : " Railsware Products Studio LLC" ,
6
6
"dependencies" : {
7
7
"axios" : " >=0.27"
You can’t perform that action at this time.
0 commit comments