fix(gitea): no changes detected in the diff; no code or doc updates

This commit is contained in:
2026-02-24 13:00:16 +00:00
parent 89bd770f32
commit e3b013b906
2 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# Changelog # 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() ## 2026-02-24 - 1.0.2 - fix()
no code changes to commit — repository unchanged no code changes to commit — repository unchanged

View File

@@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@apiclient.xyz/gitea', 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.' description: 'A TypeScript client for the Gitea API, providing easy access to repositories, organizations, secrets, and action runs.'
} }