From b3237014622e9dce074ed4f75c6817957d51a4b8 Mon Sep 17 00:00:00 2001 From: edmarSoaress Date: Wed, 17 Apr 2024 17:41:48 -0300 Subject: [PATCH] new release 2.0.9 (#317) --- CHANGELOG.MD | 3 +++ package.json | 2 +- src/utils/config/index.ts | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index b2eb065..efb2763 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,5 +1,8 @@ # Releases +## VERSION 2.0.9 +- Add sponsor_id to PaymentCreateRequest + ## VERSION 2.0.7 - Add barcode, digitable_line, verification_code to TransactionDetails diff --git a/package.json b/package.json index 6c496a9..e2354aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mercadopago", - "version": "2.0.8", + "version": "2.0.9", "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 9eccdb6..9eb604d 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.8'; + static SDK_VERSION = '2.0.9'; static readonly Headers = { AUTHORIZATION: 'Authorization',