fix(CodeFeed): Fixed timestamp initialization and commit fetching timeframe

This commit is contained in:
2024-12-16 22:46:59 +01:00
parent a43114ab61
commit b59bd82685
3 changed files with 10 additions and 4 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@foss.global/codefeed',
version: '1.6.4',
version: '1.6.5',
description: 'The @foss.global/codefeed module is designed for generating feeds from Gitea repositories, enhancing development workflows by processing commit data and repository activities.'
}