We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69ada7d commit 6c5cd2cCopy full SHA for 6c5cd2c
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [3.3.0] - 2024-01-31
2
+- Add support for Testing product API.
3
+ - All public routes from API V2 are now available in SDK.
4
+ - Refer to the [`examples`](examples) folder for the source code of this and other advanced examples.
5
+- Security updates.
6
+
7
## [3.2.0] - 2023-08-30
8
- Add `mailtrap-nodemailer-transporter` for sending emails using HTTP API via `nodemailer`.
9
- Security updates.
package.json
@@ -1,7 +1,7 @@
{
"name": "mailtrap",
"description": "Official mailtrap.io API client",
- "version": "3.2.0",
+ "version": "3.3.0",
"author": "Railsware Products Studio LLC",
"dependencies": {
"axios": ">=0.27"
0 commit comments