Skip to content

Commit e7f6a6e

Browse files
committed
Bump version to 2.0.5
1 parent 79d10bc commit e7f6a6e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.MD

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Releases
22

3+
## VERSION 2.0.5
4+
- Add Point of Interaction to the root and Address to Payer
5+
- Refactoring e2e tests, createCardToken and createEmailTestUser
6+
37
## VERSION 2.0.4
48
- Fix payment search types
59
- Optional returns on payment search

package.json

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

src/utils/config/index.ts

+1-1
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.4';
8+
static SDK_VERSION = '2.0.5';
99

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

0 commit comments

Comments
 (0)