From e9eda31b7bf29ea16776cbc8f218a6f38f12318a Mon Sep 17 00:00:00 2001 From: Danielen Cestari Nunes Date: Wed, 28 Aug 2024 14:28:42 -0300 Subject: [PATCH] update_version --- 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 37cf06f..69e7388 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,5 +1,8 @@ # Releases +## VERSION 2.0.14 +- Change application_fee type for number + ## VERSION 2.0.13 - Include point of interaction sub type diff --git a/package.json b/package.json index fa685c6..8732271 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mercadopago", - "version": "2.0.13", + "version": "2.0.14", "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 2a67f88..7de7862 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.13'; + static SDK_VERSION = '2.0.14'; static readonly Headers = { AUTHORIZATION: 'Authorization',