feat(gitlab): add group- and project-management methods to GitLab client

This commit is contained in:
2026-02-28 10:23:20 +00:00
parent 1cd7c62431
commit 3aaa0f7e68
3 changed files with 77 additions and 1 deletions

View File

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