fix(): no changes detected; nothing to commit

This commit is contained in:
2026-02-24 12:59:35 +00:00
parent c8059fb1c0
commit 8f85104136
2 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-02-24 - 2.0.3 - fix()
no changes detected; nothing to commit
- No files changed in the provided diff
- No updates to source, dependencies, or package files
## 2026-02-24 - 2.0.2 - fix()
no changes detected in diff; no version bump required

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@apiclient.xyz/gitlab',
version: '2.0.2',
version: '2.0.3',
description: 'A TypeScript client for the GitLab API, providing easy access to projects, groups, CI/CD variables, and pipelines.'
}