diff --git a/.tool-versions b/.tool-versions index 5686ee0..ef93526 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1,2 @@ nodejs 18.12.1 +yarn 1.22.17 diff --git a/CHANGELOG.md b/CHANGELOG.md index aaf70e5..092d16a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.4.0] - 2025-12-08 +- Add ES module support by specifying import path in package.json by @narekhovhannisyan in https://github.com/mailtrap/mailtrap-nodejs/pull/112 +- Bump new minor version as previous changes were pretty huge and shouldn't be released under patch version + +## [4.3.2] - 2025-11-27 +- Rollback to v4.3.0 + ## [4.3.1] - 2025-11-25 - Contact fields by @narekhovhannisyan in https://github.com/mailtrap/mailtrap-nodejs/pull/89 - Fix optional account by @narekhovhannisyan in https://github.com/mailtrap/mailtrap-nodejs/pull/91 diff --git a/package.json b/package.json index 5d032c1..dc204d0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mailtrap", "description": "Official mailtrap.io API client", - "version": "4.3.1", + "version": "4.4.0", "author": "Railsware Products Studio LLC", "dependencies": { "axios": ">=0.27"