diff --git a/changelog.md b/changelog.md index e3ecdc8..7ca77e9 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## 2025-12-15 - 2.12.1 - fix(cli) +No changes detected — no version bump required + +- Current package version: 2.12.0 +- No files changed in this commit +- No release or version bump necessary + ## 2025-12-15 - 2.12.0 - feat(ci,test) feat(ci/test): add test scaffold, GitLab CI, update gitea workflows and .gitignore diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 0e6a3df..eb5b5d3 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@git.zone/cli', - version: '2.12.0', + version: '2.12.1', description: 'A comprehensive CLI tool for enhancing and managing local development workflows with gitzone utilities, focusing on project setup, version control, code formatting, and template management.' }