From 05b835738751d233c59be2cafe332df40c3a79e1 Mon Sep 17 00:00:00 2001 From: Iulian Masar Date: Thu, 8 Feb 2024 15:17:59 +0200 Subject: [PATCH] version bump 1.42.1 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 486c46a..6637dda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.42.1] - 2024-02-08 +### Fixed + +We have upgraded our SDK to use Axios for API communication with Mangopay. This change ensures faster, more reliable, and secure interactions, aligning with our commitment to provide an efficient and robust user experience. + ## [1.42.0] - 2023-12-22 ### Added diff --git a/package.json b/package.json index 35a1e5f..6f1bfcf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mangopay2-nodejs-sdk", - "version": "1.42.0", + "version": "1.42.1", "types": "./typings/index.d.ts", "description": "Mangopay Node.js SDK", "repository": "https://github.com/Mangopay/mangopay2-nodejs-sdk.git",