diff --git a/changelog.md b/changelog.md index ee37dc6..d5e5f03 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2024-12-14 - 1.5.2 - fix(core) +Ensure stability of core functionalities. + + ## 2024-12-14 - 1.5.1 - fix(core) Refine logging format in CodeFeed class diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index fd47fb6..62c2795 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@foss.global/codefeed', - version: '1.5.1', + version: '1.5.2', description: 'a module for creating feeds for code development' }