Skip to content

Commit 76aa9d7

Browse files
Update changelog for v1.21.1 and package files
1 parent e4a61c2 commit 76aa9d7

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [v1.21.1](https://github.com/contentstack/contentstack-management-javascript/tree/v1.21.1) (2025-05-12)
4+
- Fix
5+
- Fixed unexpected fallback_locale behavior during direct locale updates.
6+
37
## [v1.21.0](https://github.com/contentstack/contentstack-management-javascript/tree/v1.21.0) (2025-05-05)
48
- Enhancement
59
- Region support added

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/management",
3-
"version": "1.21.0",
3+
"version": "1.21.1",
44
"description": "The Content Management API is used to manage the content of your Contentstack account",
55
"main": "./dist/node/contentstack-management.js",
66
"browser": "./dist/web/contentstack-management.js",

sanity-report.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import fs from 'fs'
55

66
dotenv.config()
77

8-
const mochawesomeJsonOutput = fs.readFileSync('./mochawesome-report/mochawesome.json', 'utf-8')
8+
const mochawesomeJsonOutput = fs.readFileSync('./mochawesome-report/mochawesome.json', 'utf8')
99
const mochawesomeReport = JSON.parse(mochawesomeJsonOutput)
1010
const report = `./mochawesome-report/sanity-report.html`
1111

@@ -26,7 +26,7 @@ console.log(`Pending Tests: ${pendingTests}`)
2626
console.log(`Total Duration: ${durationInMinutes}m ${durationInSeconds.toFixed(2)}s`)
2727

2828
const slackMessage = `
29-
*JavaScript CMA Report*
29+
*JavaScript CMA Report DX-2896 (fallback locale update) *
3030
• Total Suites: *${totalSuites}*
3131
• Total Tests: *${totalTests}*
3232
• Passed Tests: *${passedTests}*

0 commit comments

Comments
 (0)