From e3b013b906e6a3e73ae3264e6f2d59b92e8f7a39 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Tue, 24 Feb 2026 13:00:16 +0000 Subject: [PATCH] fix(gitea): no changes detected in the diff; no code or doc updates --- changelog.md | 6 ++++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 633b5a7..0be781c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2026-02-24 - 1.0.3 - fix(gitea) +no changes detected in the diff; no code or doc updates + +- No files changed in this commit (empty diff). +- Current package version in package.json is 1.0.2; no version bump required. + ## 2026-02-24 - 1.0.2 - fix() no code changes to commit — repository unchanged diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index e07055f..ff88c91 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.2', + version: '1.0.3', description: 'A TypeScript client for the Gitea API, providing easy access to repositories, organizations, secrets, and action runs.' }