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' }