diff --git a/changelog.md b/changelog.md index f7f8b4f..7f1324d 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index d3310ef..7d17436 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -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.' }