feat(gitlab): add support for GitLab protected branches (list and unprotect)

This commit is contained in:
2026-02-28 16:59:43 +00:00
parent 016eaf1b91
commit 82940c7c0f
5 changed files with 36 additions and 1 deletions

View File

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