From e7f6a6e83d447cb2959e8b7c9c4ee2bdeaf54e7f Mon Sep 17 00:00:00 2001 From: Bruna Campos Date: Wed, 29 Nov 2023 15:58:19 -0300 Subject: [PATCH] Bump version to 2.0.5 --- CHANGELOG.MD | 4 ++++ package.json | 2 +- src/utils/config/index.ts | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index c04a9ef..e1715a5 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,5 +1,9 @@ # Releases +## VERSION 2.0.5 +- Add Point of Interaction to the root and Address to Payer +- Refactoring e2e tests, createCardToken and createEmailTestUser + ## VERSION 2.0.4 - Fix payment search types - Optional returns on payment search diff --git a/package.json b/package.json index 7c7626b..15b83f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mercadopago", - "version": "2.0.4", + "version": "2.0.5", "description": "Mercadopago SDK for Node.js", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/src/utils/config/index.ts b/src/utils/config/index.ts index 7afecd0..1c3ab9e 100644 --- a/src/utils/config/index.ts +++ b/src/utils/config/index.ts @@ -5,7 +5,7 @@ export class AppConfig { static readonly BASE_URL = 'https://api.mercadopago.com'; static readonly PRODUCT_ID = 'bc32b6ntrpp001u8nhkg'; - static SDK_VERSION = '2.0.4'; + static SDK_VERSION = '2.0.5'; static readonly Headers = { AUTHORIZATION: 'Authorization',