fix(repo): no changes
This commit is contained in:
13
changelog.md
Normal file
13
changelog.md
Normal 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.
|
||||
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@apiclient.xyz/gitea',
|
||||
version: '1.0.0',
|
||||
description: 'A TypeScript client for the Gitea API, providing easy access to repositories, organizations, secrets, and action runs.',
|
||||
};
|
||||
version: '1.0.1',
|
||||
description: 'A TypeScript client for the Gitea API, providing easy access to repositories, organizations, secrets, and action runs.'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user