diff --git a/changelog.md b/changelog.md index d2da0e1..55be167 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2026-04-16 - 2.14.1 - fix(repo) +no changes to commit + + ## 2026-04-16 - 2.14.0 - feat(cli) add machine-readable CLI help, recommendation, and configuration flows diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 57c116b..53acae9 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.14.0', + version: '2.14.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.' }