diff --git a/changelog.md b/changelog.md index 5d254c1..2d2da04 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## 2024-09-29 - 1.9.125 - fix(cli) +Fix package version configuration and formatting issues + +- Updated metadata fields in package.json (repository URL, bugs URL, and homepage). +- Ensured presence and correctness of essential fields in package.json (main, typings, files, scripts, etc.). +- Added missing Prettier default TypeScript and Markdown configurations. + ## 2024-09-27 - 1.9.124 - fix(cli) Ensured proper existence and initialization of readme files diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index a9581ae..88cb23b 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: '1.9.124', + version: '1.9.125', description: 'A CLI toolbelt to streamline local development cycles by using various gitzone utilities.' }