File tree 4 files changed +3319
-2189
lines changed
4 files changed +3319
-2189
lines changed Original file line number Diff line number Diff line change 13
13
- uses : actions/checkout@v3
14
14
- uses : actions/setup-node@v3
15
15
with :
16
- node-version : ' 18 .x'
16
+ node-version : ' 20 .x'
17
17
registry-url : ' https://registry.npmjs.org'
18
18
- run : npm ci
19
19
- run : npm publish
25
25
- uses : actions/checkout@v3
26
26
- uses : actions/setup-node@v3
27
27
with :
28
- node-version : ' 18 .x'
28
+ node-version : ' 20 .x'
29
29
registry-url : ' https://npm.pkg.github.com'
30
30
scope : ' @contentstack'
31
31
- run : npm ci
Original file line number Diff line number Diff line change 1
1
## 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
2
13
3
14
### Version: 3.21.0
4
15
#### Date: September-09-2024
You can’t perform that action at this time.
0 commit comments