diff --git a/changelog.md b/changelog.md index 91e5df0..633b5a7 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2026-02-24 - 1.0.2 - fix() +no code changes to commit — repository unchanged + +- No files were modified according to the provided diff. +- No version bump is required; keep current version. + ## 2026-02-24 - 1.0.1 - fix(repo) no changes diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index ef481b2..e07055f 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@apiclient.xyz/gitea', - version: '1.0.1', + version: '1.0.2', description: 'A TypeScript client for the Gitea API, providing easy access to repositories, organizations, secrets, and action runs.' }