diff --git a/changelog.md b/changelog.md index 47f7b64..801c4be 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2026-03-24 - 2.13.15 - fix(repo) +no changes to commit + + ## 2026-03-24 - 2.13.14 - fix(mod_format) move smartconfig file renaming into the formatter orchestrator diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 644b003..e2075c0 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.13.14', + version: '2.13.15', 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.' }