Skip to content

Commit

Permalink
bump version (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielen-meli authored Jul 5, 2024
1 parent 9f58817 commit 81d6f50
Show file tree
Hide file tree
Showing 4 changed files with 6 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.11
- Include SubMerchant in ForwardData in Payment

## VERSION 2.0.10
- Update braces from 3.0.2 to 3.0.3
- Fix the properties street_number to string
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.10",
"version": "2.0.11",
"description": "Mercadopago SDK for Node.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/clients/payment/create/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Address, Items, Shipments, SubMerchant } from '@src/clients/commonTypes';
import type { Address, Items, Shipments } from '@src/clients/commonTypes';
import type { MercadoPagoConfig } from '@src/mercadoPagoConfig';
import type { Identification, Payer, Phone } from '../commonTypes';
import type { Options } from '@src/types';
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.10';
static SDK_VERSION = '2.0.11';

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

0 comments on commit 81d6f50

Please sign in to comment.