fix(logger): remove build verification comment from logger export

This commit is contained in:
2026-03-05 14:13:58 +00:00
parent 2d33c037ba
commit 0f41b0d8c7
4 changed files with 9 additions and 3 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-03-05 - 11.0.25 - fix(logger)
remove build verification comment from logger export
- Removed parenthetical '(build verification)' from export comment in ts/logger.ts
- No functional changes — this is a comment-only cleanup
## 2026-03-05 - 11.0.24 - fix(dcrouter)
no changes detected — no release necessary

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/dcrouter',
version: '11.0.24',
version: '11.0.25',
description: 'A multifaceted routing service handling mail and SMS delivery functions.'
}

View File

@@ -94,5 +94,5 @@ class StandardLogger {
}
}
// Export a singleton instance (build verification)
// Export a singleton instance
export const logger = new StandardLogger();

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/dcrouter',
version: '11.0.24',
version: '11.0.25',
description: 'A multifaceted routing service handling mail and SMS delivery functions.'
}