fix(core): Corrected log formatting for commit information output in CodeFeed

This commit is contained in:
2024-12-13 22:16:47 +01:00
parent 9b46b0d46e
commit daeb38c91c
3 changed files with 7 additions and 3 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@foss.global/codefeed',
version: '1.4.0',
version: '1.4.1',
description: 'a module for creating feeds for code development'
}