From 836f600da22f8b2b704b0738d0cd208341b00cd2 Mon Sep 17 00:00:00 2001 From: CircleCI Date: Sat, 1 Nov 2025 06:22:07 +0000 Subject: [PATCH] Update contributors [skip ci] --- .all-contributorsrc | 7 +++++++ README.md | 1 + packages/cli/README.md | 1 + packages/core/README.md | 1 + packages/requester-utils/README.md | 1 + packages/rest/README.md | 1 + 6 files changed, 12 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index 9b41a159..a04ad544 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -918,6 +918,13 @@ "avatar_url": "https://avatars.githubusercontent.com/u/5064304?v=4", "profile": "https://github.com/danielrentz", "contributions": ["code"] + }, + { + "login": "matejsmisek", + "name": "Matěj Smíšek", + "avatar_url": "https://avatars.githubusercontent.com/u/3141623?v=4", + "profile": "https://github.com/matejsmisek", + "contributions": ["test", "code"] } ], "contributorsPerLine": 300 diff --git a/README.md b/README.md index 12890ea2..5e215a66 100644 --- a/README.md +++ b/README.md @@ -207,6 +207,7 @@ lanthier ShaoWei Teo Daniel Rentz + Matěj Smíšek

diff --git a/packages/cli/README.md b/packages/cli/README.md index 02771daf..9aa70d39 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -244,6 +244,7 @@ GITBEAKER_CAMELIZE=true
lanthier ShaoWei Teo Daniel Rentz + Matěj Smíšek

diff --git a/packages/core/README.md b/packages/core/README.md index 942e917d..72ae5da9 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -1952,6 +1952,7 @@ import { Gitlab } from '@gitbeaker/core';
lanthier ShaoWei Teo Daniel Rentz + Matěj Smíšek

diff --git a/packages/requester-utils/README.md b/packages/requester-utils/README.md index f902a324..80609468 100644 --- a/packages/requester-utils/README.md +++ b/packages/requester-utils/README.md @@ -234,6 +234,7 @@ import { RequesterUtils, BaseResource } from '@gitbeaker/requester-utils';
lanthier ShaoWei Teo Daniel Rentz + Matěj Smíšek

diff --git a/packages/rest/README.md b/packages/rest/README.md index 1257387f..51b71c0f 100644 --- a/packages/rest/README.md +++ b/packages/rest/README.md @@ -523,6 +523,7 @@ projectsAPI.create({
lanthier ShaoWei Teo Daniel Rentz + Matěj Smíšek