Skip to content

Commit

Permalink
Bump version to v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirTaytor committed Jan 31, 2024
1 parent 69ada7d commit 6c5cd2c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [3.3.0] - 2024-01-31
- Add support for Testing product API.
- All public routes from API V2 are now available in SDK.
- Refer to the [`examples`](examples) folder for the source code of this and other advanced examples.
- Security updates.

## [3.2.0] - 2023-08-30
- Add `mailtrap-nodemailer-transporter` for sending emails using HTTP API via `nodemailer`.
- Security updates.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 6c5cd2c

Please sign in to comment.