From 6c5cd2cc69728656835e4bdbc4cc551235e19fd3 Mon Sep 17 00:00:00 2001 From: Volodymyr Pihol Date: Wed, 31 Jan 2024 13:05:14 +0200 Subject: [PATCH 1/2] Bump version to v3.3.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f72a2fa..c5ddb88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index d1b8472..de63ab3 100644 --- a/package.json +++ b/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" From 0b013cda2f336f8718c95a8c2effea1a44946c3d Mon Sep 17 00:00:00 2001 From: Volodymyr Pihol Date: Wed, 31 Jan 2024 13:09:12 +0200 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5ddb88..b4d3c00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ## [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. + - Refer to the [`examples`](examples) folder for code examples. - Security updates. ## [3.2.0] - 2023-08-30