fix(repo): no changes

This commit is contained in:
2026-02-24 12:54:10 +00:00
parent 7b53eb7f69
commit 4073a7029f
2 changed files with 16 additions and 3 deletions

13
changelog.md Normal file
View File

@@ -0,0 +1,13 @@
# Changelog
## 2026-02-24 - 1.0.1 - fix(repo)
no changes
- No files changed in the provided diff; no code or dependency updates to release.
## 2026-02-24 - 1.0.0 - core
Initial release of the @apiclient.xyz/gitea TypeScript client and packaging/publishing fix.
- Initial implementation of @apiclient.xyz/gitea TypeScript client (GiteaClient).
- Provides methods for repositories, organizations, secrets, and action runs.
- fix(core): add npm release registry configuration to ensure correct publishing.

View File

@@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@apiclient.xyz/gitea', name: '@apiclient.xyz/gitea',
version: '1.0.0', version: '1.0.1',
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.'
}; }