Skip to content

Commit b9f7925

Browse files
committed
Merge branch 'release/v4-beta' into v4-release
2 parents ac411c4 + a7589db commit b9f7925

File tree

4 files changed

+12
-11083
lines changed

4 files changed

+12
-11083
lines changed

.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: '12.x'
16+
node-version: '18.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: '12.x'
28+
node-version: '18.x'
2929
registry-url: 'https://npm.pkg.github.com'
3030
scope: '@contentstack'
3131
- run: npm ci

.talismanrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
threshold: medium
21
fileignoreconfig:
32
- filename: test/unit/image-transform.spec.ts
43
checksum: 7beabdd07bd35d620668fcd97e1a303b9cbc40170bf3008a376d75ce0895de2a

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
## Change log
22

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
613

714
### Version: 3.17.2
815
#### Date: November-15-2023

0 commit comments

Comments
 (0)