fix(): no code changes to commit — repository unchanged

This commit is contained in:
2026-02-24 12:55:36 +00:00
parent 891e46af9b
commit 8fc2beef78
2 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# Changelog # 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) ## 2026-02-24 - 1.0.1 - fix(repo)
no changes no changes

View File

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