diff --git a/changelog.md b/changelog.md index 16a6c9f..f41817a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2025-05-20 - 3.1.5 - fix(core) +Maintain and verify project metadata and commit info consistency + +- No code changes; confirming commit info files and documentation remain aligned +- Ensured consistent versioning across submodules and package metadata + ## 2025-05-20 - 3.1.4 - fix(DestinationLocal) Fix debug log rendering, add fallback for unknown log levels, and correct error prefix typo in local destination diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index f3e4c79..949fd09 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartlog', - version: '3.1.4', + version: '3.1.5', description: 'A minimalistic, distributed, and extensible logging tool supporting centralized log management.' }