Skip to content

Commit c72c713

Browse files
authored
Merge pull request #110 from mailtrap/release-v4.3.1
Release v4.3.1
2 parents 9a5c2b6 + 3709503 commit c72c713

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [4.3.1] - 2025-11-25
2+
- Contact fields by @narekhovhannisyan in https://github.com/mailtrap/mailtrap-nodejs/pull/89
3+
- Fix optional account by @narekhovhannisyan in https://github.com/mailtrap/mailtrap-nodejs/pull/91
4+
- build(deps-dev): bump nodemailer from 6.9.9 to 7.0.7 by @dependabot[bot] in https://github.com/mailtrap/mailtrap-nodejs/pull/92
5+
- Sending domains API by @narekhovhannisyan in https://github.com/mailtrap/mailtrap-nodejs/pull/93
6+
- Enhance package configuration with module exports and TypeScript settings by @narekhovhannisyan in https://github.com/mailtrap/mailtrap-nodejs/pull/81
7+
- Fix #84 by @narekhovhannisyan in https://github.com/mailtrap/mailtrap-nodejs/pull/96
8+
- Fix #82 by @narekhovhannisyan in https://github.com/mailtrap/mailtrap-nodejs/pull/97
9+
- Contact imports by @narekhovhannisyan in https://github.com/mailtrap/mailtrap-nodejs/pull/95
10+
- Contact exports by @narekhovhannisyan in https://github.com/mailtrap/mailtrap-nodejs/pull/98
11+
- Create contact event by @narekhovhannisyan in https://github.com/mailtrap/mailtrap-nodejs/pull/99
12+
- Billing api by @narekhovhannisyan in https://github.com/mailtrap/mailtrap-nodejs/pull/103
13+
- Fix axios error parsing by @narekhovhannisyan in https://github.com/mailtrap/mailtrap-nodejs/pull/104
14+
- Update README.md to enhance installation and usage instructions, impr… by @narekhovhannisyan in https://github.com/mailtrap/mailtrap-nodejs/pull/107
15+
- Fix 106 by @narekhovhannisyan in https://github.com/mailtrap/mailtrap-nodejs/pull/108
16+
17+
118
## [4.3.0] - 2025-10-02
219
- feat: add Permissions type to projects API for enhanced access control by @narekhovhannisyan in https://github.com/railsware/mailtrap-nodejs/pull/80
320
- update readme by @yanchuk in https://github.com/railsware/mailtrap-nodejs/pull/66

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.3.0",
4+
"version": "4.3.1",
55
"author": "Railsware Products Studio LLC",
66
"dependencies": {
77
"axios": ">=0.27"

0 commit comments

Comments
 (0)