fix(codefeed): Refactor and fix formatting issues in the CodeFeed module

This commit is contained in:
2024-12-14 02:28:25 +01:00
parent aa039e8b5e
commit d9ab609039
3 changed files with 58 additions and 24 deletions

View File

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