fix(core): Maintain and verify project metadata and commit info consistency

This commit is contained in:
Philipp Kunz 2025-05-20 19:24:38 +00:00
parent 823784e6b6
commit 2c49ef49c2
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Changelog # 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) ## 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 Fix debug log rendering, add fallback for unknown log levels, and correct error prefix typo in local destination

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@push.rocks/smartlog', name: '@push.rocks/smartlog',
version: '3.1.4', version: '3.1.5',
description: 'A minimalistic, distributed, and extensible logging tool supporting centralized log management.' description: 'A minimalistic, distributed, and extensible logging tool supporting centralized log management.'
} }