File tree Expand file tree Collapse file tree 4 files changed +12
-11083
lines changed Expand file tree Collapse file tree 4 files changed +12
-11083
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 : ' 12 .x'
16
+ node-version : ' 18 .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 : ' 12 .x'
28
+ node-version : ' 18 .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
- threshold: medium
2
1
fileignoreconfig:
3
2
- filename: test/unit/image-transform.spec.ts
4
3
checksum: 7beabdd07bd35d620668fcd97e1a303b9cbc40170bf3008a376d75ce0895de2a
Original file line number Diff line number Diff line change 1
1
## Change log
2
2
3
- ### Version: 4.0.0
4
- #### Date: December-15-2023
5
- - Initial release of Typescript SDK
3
+ ### Version: 4.0.0-beta
4
+ #### Date: January-15-2024
5
+ - Beta release of Typescript SDK
6
+
7
+ ### Version: 3.18.0
8
+ #### Date: January-15-2024
9
+ ##### New Features:
10
+ - added taxonomy support
11
+ - X-User-Agent updated
12
+ - added region gcp_na
6
13
7
14
### Version: 3.17.2
8
15
#### Date: November-15-2023
You can’t perform that action at this time.
0 commit comments