Skip to content

Commit c157277

Browse files
Merge pull request #378 from mercadopago/release/2.7.0
Release/2.7.0
2 parents d0ec7e7 + d9b5c4a commit c157277

10 files changed

Lines changed: 9302 additions & 9113 deletions

File tree

.github/workflows/ci.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [ "master" ]
5+
branches: ["master"]
66
pull_request:
7-
branches: [ "master" ]
7+
branches: ["master"]
88

99
jobs:
1010
test:
@@ -16,11 +16,12 @@ jobs:
1616
node-version: [16.x, 18.x, 20.x]
1717

1818
steps:
19-
- uses: actions/checkout@v3
20-
- name: Use Node.js ${{ matrix.node-version }}
21-
uses: actions/setup-node@v3
22-
with:
23-
node-version: ${{ matrix.node-version }}
24-
cache: 'npm'
25-
- run: npm ci --legacy-peer-deps
26-
- run: npm test
19+
- uses: actions/checkout@v3
20+
- name: Use Node.js ${{ matrix.node-version }}
21+
uses: actions/setup-node@v3
22+
with:
23+
node-version: ${{ matrix.node-version }}
24+
cache: "npm"
25+
- run: npm ci --legacy-peer-deps
26+
- run: npm run build
27+
- run: npm test

CHANGELOG.MD

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

3+
## VERSION 2.7.0
4+
5+
- Add Order industry fields
6+
- Fix Identification cycling import
7+
38
## VERSION 2.6.0
49

510
- Add industry data and create a sample of PaymentCreateRequest with industry data fields.

0 commit comments

Comments
 (0)