Skip to content

Commit 16e4d86

Browse files
update_version (#341)
1 parent 6c33b4f commit 16e4d86

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.MD

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Releases
22

3+
## VERSION 2.0.14
4+
- Change application_fee type for number
5+
36
## VERSION 2.0.13
47
- Include point of interaction sub type
58

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mercadopago",
3-
"version": "2.0.13",
3+
"version": "2.0.14",
44
"description": "Mercadopago SDK for Node.js",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

src/utils/config/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export class AppConfig {
55
static readonly BASE_URL = 'https://api.mercadopago.com';
66
static readonly PRODUCT_ID = 'bc32b6ntrpp001u8nhkg';
77

8-
static SDK_VERSION = '2.0.13';
8+
static SDK_VERSION = '2.0.14';
99

1010
static readonly Headers = {
1111
AUTHORIZATION: 'Authorization',

0 commit comments

Comments
 (0)