From c3d47c3469febec7880ec726399386efbb1dd731 Mon Sep 17 00:00:00 2001 From: Romero Silva Date: Thu, 1 Feb 2024 12:01:28 -0300 Subject: [PATCH] Bump version to 2.0.7 (#307) Co-authored-by: Romero Silva --- CHANGELOG.MD | 3 +++ package-lock.json | 2 +- package.json | 2 +- src/utils/config/index.ts | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index bda4df9..b2eb065 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,5 +1,8 @@ # Releases +## VERSION 2.0.7 +- Add barcode, digitable_line, verification_code to TransactionDetails + ## VERSION 2.0.6 - Add transaction_id to TransactionDetails diff --git a/package-lock.json b/package-lock.json index a138fb8..898a818 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mercadopago", - "version": "2.0.6", + "version": "2.0.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6868ecc..b6cca81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mercadopago", - "version": "2.0.6", + "version": "2.0.7", "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 7138904..b8b2a1f 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.6'; + static SDK_VERSION = '2.0.7'; static readonly Headers = { AUTHORIZATION: 'Authorization',