From c6aad23542e8f8a5ac5628c2fcc3a9fb0c0a1867 Mon Sep 17 00:00:00 2001 From: Danielen Cestari Nunes Date: Wed, 19 Jun 2024 10:33:08 -0300 Subject: [PATCH] Bump version to 2.0.10 (#331) * bump to version 2.0.10 * bump --- CHANGELOG.MD | 5 +++++ package.json | 2 +- src/utils/config/index.ts | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index efb2763..eab1bcf 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,5 +1,10 @@ # Releases +## VERSION 2.0.10 +- Update braces from 3.0.2 to 3.0.3 +- Fix the properties street_number to string +- Include TransactionDetailsRequest in Create Payment + ## VERSION 2.0.9 - Add sponsor_id to PaymentCreateRequest diff --git a/package.json b/package.json index e2354aa..3002e3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mercadopago", - "version": "2.0.9", + "version": "2.0.10", "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 9eb604d..19d8cd0 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.9'; + static SDK_VERSION = '2.0.10'; static readonly Headers = { AUTHORIZATION: 'Authorization',