Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| eccb9706f2 | |||
| 285e681413 | |||
| 4f3958d94d | |||
| d19f22255d | |||
| 87ec55619a | |||
| b91dab0f85 | |||
| df573d498e | |||
| da2b838019 |
23
changelog.md
23
changelog.md
@@ -1,5 +1,28 @@
|
||||
# Changelog
|
||||
|
||||
## 2026-03-05 - 11.0.21 - fix()
|
||||
no changes detected
|
||||
|
||||
- No files changed in this diff; no release required.
|
||||
|
||||
## 2026-03-05 - 11.0.20 - fix(logger)
|
||||
annotate singleton logger export comment for build verification
|
||||
|
||||
- Changed comment in ts/logger.ts to add '(build verification)'
|
||||
- No functional code changes; only a comment update
|
||||
- Intended to mark the export for build verification purposes
|
||||
|
||||
## 2026-03-05 - 11.0.19 - fix(dcrouter)
|
||||
no changes
|
||||
|
||||
- No files changed in this commit.
|
||||
- Package version remains 11.0.18.
|
||||
|
||||
## 2026-03-05 - 11.0.18 - fix(dcrouter)
|
||||
no changes detected; no version bump required
|
||||
|
||||
- Git diff contains no changes — nothing to release
|
||||
|
||||
## 2026-03-05 - 11.0.17 - fix(dcrouter)
|
||||
no changes detected in diff; no code or documentation updates
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@serve.zone/dcrouter",
|
||||
"private": false,
|
||||
"version": "11.0.17",
|
||||
"version": "11.0.21",
|
||||
"description": "A multifaceted routing service handling mail and SMS delivery functions.",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@serve.zone/dcrouter',
|
||||
version: '11.0.17',
|
||||
version: '11.0.21',
|
||||
description: 'A multifaceted routing service handling mail and SMS delivery functions.'
|
||||
}
|
||||
|
||||
@@ -94,5 +94,5 @@ class StandardLogger {
|
||||
}
|
||||
}
|
||||
|
||||
// Export a singleton instance
|
||||
// Export a singleton instance (build verification)
|
||||
export const logger = new StandardLogger();
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@serve.zone/dcrouter',
|
||||
version: '11.0.17',
|
||||
version: '11.0.21',
|
||||
description: 'A multifaceted routing service handling mail and SMS delivery functions.'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user