From 4da6b14dc295968545805593ab26a273a0c97495 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Tue, 24 Feb 2026 12:54:50 +0000 Subject: [PATCH] fix(): no changes detected; no version bump required --- changelog.md | 27 +++++++++++++++++++++++++++ ts/00_commitinfo_data.ts | 6 +++--- 2 files changed, 30 insertions(+), 3 deletions(-) create mode 100644 changelog.md diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..24992ef --- /dev/null +++ b/changelog.md @@ -0,0 +1,27 @@ +# Changelog + +## 2026-02-24 - 2.0.1 - fix() +no changes detected; no version bump required + +- No files changed in diff +- package.json current version is 2.0.0 + +## 2026-02-24 - 2.0.0 - gitlab +Renamed package to @apiclient.xyz/gitlab and introduced a new ESM TypeScript GitLabClient API. Breaking release that replaces the legacy @mojoio/gitlab client. + +- BREAKING CHANGE: package renamed to @apiclient.xyz/gitlab and API migrated to a new GitLabClient (v2.0.0). +- New modern ESM TypeScript client with support for projects, groups, CI/CD variables, and pipelines. +- fix(core): add npm release registry configuration (release tooling improvement). + +## 2021-10-05 - 1.0.4..1.0.10 - core maintenance +Series of patch releases containing maintenance updates and small fixes across the 1.0.x line. + +- Multiple "fix(core): update" commits applying minor fixes and internal updates across 1.0.4–1.0.10. +- Mostly patch-level changes and version bumps; no documented breaking or feature changes. + +## 2017-06-10 - 1.0.1..1.0.3 - initial release & docs +Initial project setup and first releases. + +- 1.0.1 — initial commit. +- 1.0.2 — add README. +- 1.0.3 — patch/versioned release. \ No newline at end of file diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index ab95fe8..71975c7 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.0', - description: 'A TypeScript client for the GitLab API, providing easy access to projects, groups, CI/CD variables, and pipelines.', -}; + version: '2.0.1', + description: 'A TypeScript client for the GitLab API, providing easy access to projects, groups, CI/CD variables, and pipelines.' +}