Skip to content

Commit 6c5cd2c

Browse files
Bump version to v3.3.0
1 parent 69ada7d commit 6c5cd2c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
## [3.2.0] - 2023-08-30
28
- Add `mailtrap-nodemailer-transporter` for sending emails using HTTP API via `nodemailer`.
39
- Security updates.

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

0 commit comments

Comments
 (0)