feat(core): Add changelog fetching and parsing functionality

This commit is contained in:
2024-12-14 00:54:38 +01:00
parent e843197211
commit bb248ed408
4 changed files with 119 additions and 60 deletions

View File

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