Skip to content

Commit

Permalink
Merge pull request #234 from contentstack/staging
Browse files Browse the repository at this point in the history
DX | 28-10-2024 | Release
  • Loading branch information
cs-raj authored Nov 8, 2024
2 parents 80be479 + 6ba0069 commit f43a957
Show file tree
Hide file tree
Showing 4 changed files with 3,319 additions and 2,189 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.x'
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm publish
Expand All @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.x'
node-version: '20.x'
registry-url: 'https://npm.pkg.github.com'
scope: '@contentstack'
- run: npm ci
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
## Change log
### Version: 3.22.1
#### Date: October-28-2024
##### Fix:
- Node version bump

### Version: 3.22.0
#### Date: October-17-2024
##### Fix:
- Fixed updateAssetUrl issue
- Fixed the Github workflow issue
- Updated the qs version

### Version: 3.21.0
#### Date: September-09-2024
Expand Down
Loading

0 comments on commit f43a957

Please sign in to comment.