Skip to content

Commit

Permalink
bump sdk version to 2.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
andreagostinho-meli committed Sep 2, 2024
1 parent 7a3f19b commit 7c2a41a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,48 +1,67 @@
# Releases

## VERSION 2.0.15

- Include `reference_id` in Data in Payment Method in Payment
- Include `external_reference_id` in Data in Payment Method in Payment
- Include `external_resource_url` in Data in Payment Method in Payment

## VERSION 2.0.14

- Change application_fee type for number

## VERSION 2.0.13

- Include point of interaction sub type

## VERSION 2.0.12

- Include 3DS MPI Externo fields in Payment

## 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
- Include TransactionDetailsRequest in Create Payment

## VERSION 2.0.9

- Add sponsor_id to PaymentCreateRequest

## VERSION 2.0.7

- Add barcode, digitable_line, verification_code to TransactionDetails

## VERSION 2.0.6

- Add transaction_id to TransactionDetails

## VERSION 2.0.5

- Add Point of Interaction to the root and Address to Payer
- Refactoring e2e tests, createCardToken and createEmailTestUser

## VERSION 2.0.4

- Fix payment search types
- Optional returns on payment search

## VERSION 2.0.3

- Hotfix build

## 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
- Adjusted PR template
Expand All @@ -57,6 +76,7 @@ Release SDK Node Mercado Pago V2
- Maintained compatibility with Vanilla Javascript

Tests

- More than 90% coverage of unit tests
- Documentation
- Implementation examples from ALL clients
Expand All @@ -65,6 +85,7 @@ Tests
- Contribution template

Technical debits

- Code registration
- Removal of vulnerable libraries and without recent updates
- Registration with other Mercado Pago SDKs
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.14",
"version": "2.0.15",
"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.14';
static SDK_VERSION = '2.0.15';

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

0 comments on commit 7c2a41a

Please sign in to comment.