fix(): no changes detected; no version bump required

This commit is contained in:
2026-02-24 12:54:50 +00:00
parent 95c5870252
commit 4da6b14dc2
2 changed files with 30 additions and 3 deletions

27
changelog.md Normal file
View File

@@ -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.41.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.

View File

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