diff --git a/changelog.md b/changelog.md index 9160016..b3d2d1e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2025-05-08 - 2.11.1 - fix(platform) +Update commit info with no functional changes; regenerated commit information. + + ## 2025-05-08 - 2.11.0 - feat(platformservice) Expose DcRouter and update package visibility. Changed package.json 'private' flag from true to false to allow public publication, and added export of DcRouter in ts/index.ts for improved API accessibility. diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index d19b662..68c3a2a 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/platformservice', - version: '2.11.0', + version: '2.11.1', description: 'A multifaceted platform service handling mail, SMS, letter delivery, and AI services.' } diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index d19b662..68c3a2a 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/platformservice', - version: '2.11.0', + version: '2.11.1', description: 'A multifaceted platform service handling mail, SMS, letter delivery, and AI services.' }