Skip to content

Commit f43a957

Browse files
authored
Merge pull request #234 from contentstack/staging
DX | 28-10-2024 | Release
2 parents 80be479 + 6ba0069 commit f43a957

File tree

4 files changed

+3319
-2189
lines changed

4 files changed

+3319
-2189
lines changed

.github/workflows/npm-publish.yml

+2-2
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
@@ -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

+11
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
## Change log
2+
### Version: 3.22.1
3+
#### Date: October-28-2024
4+
##### Fix:
5+
- Node version bump
6+
7+
### Version: 3.22.0
8+
#### Date: October-17-2024
9+
##### Fix:
10+
- Fixed updateAssetUrl issue
11+
- Fixed the Github workflow issue
12+
- Updated the qs version
213

314
### Version: 3.21.0
415
#### Date: September-09-2024

0 commit comments

Comments
 (0)