Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
“meliguilhermefernandes” committed Jul 16, 2024
1 parent d38a6ce commit 3835c31
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Releases

## VERSION 2.0.12
- Include 3DS MPI Externo fields in Payment

## VERSION 2.0.11
- Include SubMerchant in ForwardData in Payment

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mercadopago",
"version": "2.0.11",
"version": "2.0.12",
"description": "Mercadopago SDK for Node.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -51,6 +51,7 @@
"dist"
],
"dependencies": {
"mercadopago": "^2.0.11",
"node-fetch": "^2.6.12",
"uuid": "^9.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion src/utils/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.11';
static SDK_VERSION = '2.0.12';

static readonly Headers = {
AUTHORIZATION: 'Authorization',
Expand Down

0 comments on commit 3835c31

Please sign in to comment.