From 2674ac2eafaa90afe116997f9931a01055961b09 Mon Sep 17 00:00:00 2001 From: edmarSoaress Date: Fri, 23 Feb 2024 14:58:47 -0300 Subject: [PATCH] Bump package version from 2.0.7 to 2.0.8 (#311) * Bump package version from 2.0.7 to 2.0.8 * Bump package version from 2.0.7 to 2.0.8 --- package-lock.json | 2 +- package.json | 2 +- src/utils/config/index.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 898a818..7f652e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mercadopago", - "version": "2.0.7", + "version": "2.0.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b6cca81..6c496a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mercadopago", - "version": "2.0.7", + "version": "2.0.8", "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 b8b2a1f..9eccdb6 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.7'; + static SDK_VERSION = '2.0.8'; static readonly Headers = { AUTHORIZATION: 'Authorization',