Skip to content

Commit

Permalink
Merge pull request #288 from mercadopago/release/2.0.2
Browse files Browse the repository at this point in the history
Bump version to 2.0.2
  • Loading branch information
lucmkz authored Oct 17, 2023
2 parents 6ffbde8 + 4e032c4 commit fdfd253
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Releases

## VERSION 2.0.2
- Adjusted user types
- Adjusted user merchant order
- Integration tests added

## VERSION 2.0.1
- Added named export to MercadoPago configuration module
- Modified integration example in readme
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mercadopago",
"version": "2.0.1",
"version": "2.0.2",
"description": "Mercadopago SDK for Node.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
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.1';
static SDK_VERSION = '2.0.2';

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

0 comments on commit fdfd253

Please sign in to comment.