diff --git a/changelog.md b/changelog.md index 1c6032b..3cdb281 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2026-02-03 - 3.1.1 - fix(tools) +no changes detected + +- No files were modified in this diff +- No code or documentation changes to include in a commit message + ## 2026-02-03 - 3.1.0 - feat(cli) add update command to check and update globally installed @git.zone packages diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index f5a359e..99fda72 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@git.zone/tools', - version: '3.1.0', + version: '3.1.1', description: 'A CLI tool placeholder for development utilities.' }