From 3835c31e23ff612209ce1df6a9063bcd57468b61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cmeliguilhermefernandes=E2=80=9D?= <“guilherme.jfernandes@mercadolivre.com”> Date: Tue, 16 Jul 2024 08:33:25 -0300 Subject: [PATCH] bump version --- CHANGELOG.MD | 3 +++ package-lock.json | 2 +- package.json | 3 ++- src/utils/config/index.ts | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index acf6cd4..7a5191f 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,5 +1,8 @@ # Releases +## VERSION 2.0.12 +- Include 3DS MPI Externo fields in Payment + ## VERSION 2.0.11 - Include SubMerchant in ForwardData in Payment diff --git a/package-lock.json b/package-lock.json index 33700d8..0d9d504 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mercadopago", - "version": "2.0.9", + "version": "2.0.12", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4e8d3a8..187b4fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mercadopago", - "version": "2.0.11", + "version": "2.0.12", "description": "Mercadopago SDK for Node.js", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -51,6 +51,7 @@ "dist" ], "dependencies": { + "mercadopago": "^2.0.11", "node-fetch": "^2.6.12", "uuid": "^9.0.0" } diff --git a/src/utils/config/index.ts b/src/utils/config/index.ts index 03d982f..c174ff5 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.11'; + static SDK_VERSION = '2.0.12'; static readonly Headers = { AUTHORIZATION: 'Authorization',