From 9b1b91eb311f55a344d012ad8332de7d9252c3c9 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sat, 14 Dec 2024 00:33:58 +0100 Subject: [PATCH] fix(core): Ensure stability of core functionalities. --- changelog.md | 4 ++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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' }