From 7b1e9ed072eb9a1e2c7bd240bcb2eceba223091c Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Fri, 13 Dec 2024 19:52:43 +0100 Subject: [PATCH] fix(core): No changes detected --- 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 8f6286b..f46e63c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2024-12-13 - 1.2.1 - fix(core) +No changes detected + + ## 2024-12-13 - 1.2.0 - feat(core) Add organization-level activity fetching and RSS parsing diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index b8c3566..abab6b4 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.2.0', + version: '1.2.1', description: 'a module for creating feeds for code development' }