Skip to content

Commit c1e257d

Browse files
Merge pull request #33 from railsware/release-v3.3.0
Bump version to v3.3.0
2 parents 69ada7d + 0b013cd commit c1e257d

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 code 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)