Skip to content

Commit 17f4db8

Browse files
Merge pull request #113 from mailtrap/release-v4.4.0
Release v4.4.0
2 parents ea06f8e + 9229aca commit 17f4db8

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
nodejs 18.12.1
2+
yarn 1.22.17

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.4.0] - 2025-12-08
2+
- Add ES module support by specifying import path in package.json by @narekhovhannisyan in https://github.com/mailtrap/mailtrap-nodejs/pull/112
3+
- Bump new minor version as previous changes were pretty huge and shouldn't be released under patch version
4+
5+
## [4.3.2] - 2025-11-27
6+
- Rollback to v4.3.0
7+
18
## [4.3.1] - 2025-11-25
29
- Contact fields by @narekhovhannisyan in https://github.com/mailtrap/mailtrap-nodejs/pull/89
310
- Fix optional account by @narekhovhannisyan in https://github.com/mailtrap/mailtrap-nodejs/pull/91

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

0 commit comments

Comments
 (0)