Skip to content

Commit ddcb219

Browse files
authored
Merge pull request #66 from contentstack/staging
DX | 28-10-2024 | Release
2 parents 57f9660 + 3536699 commit ddcb219

File tree

8 files changed

+2580
-4448
lines changed

8 files changed

+2580
-4448
lines changed

.github/workflows/eslint-test.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: '18.x'
16+
node-version: '20.x'
1717
registry-url: 'https://registry.npmjs.org'
1818
- run: npm ci
1919
- run: npm publish --access public
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v3
2626
- uses: actions/setup-node@v3
2727
with:
28-
node-version: '18.x'
28+
node-version: '20.x'
2929
registry-url: 'https://npm.pkg.github.com'
3030
scope: '@contentstack'
3131
- run: npm ci

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
## Change log
2+
### Version: 1.1.3
3+
#### Date: Oct-22-2024
4+
- Fix: getData to receive params and headers both in data
5+
6+
## Change log
7+
### Version: 1.1.2
8+
#### Date: Oct-22-2024
9+
- Node version bump
210

311
### Version: 1.1.1
412
#### Date: Aug-28-2024

0 commit comments

Comments
 (0)