diff --git a/changelog.md b/changelog.md index 41967e1..bc530d9 100644 --- a/changelog.md +++ b/changelog.md @@ -1,40 +1,31 @@ # Changelog -## 23.06.2024 - 1.9.107 - {{nextVersionScope}} -fix(dependencies): Updated @git.zone/tsdoc from version 1.3.0 to 1.3.1 -{{nextVersionDetails}} +## 23.06.2024 - 1.9.108 - fix(changelog) +Remove placeholder entries and adjust formatting in changelog. +- Removed 1.9.107 - {{nextVersionScope}} entry +- Removed placeholder entries with variable references -## 1.9.106 - fix(dependencies): Updated @git.zone/tsdoc dependency from 1.2.2 to 1.3.0 in package.json and pnpm-lock.yaml. +## 2023-xx-xx - 1.9.107 - dependencies +Update dependencies to improve stability and performance. +- Updated `@git.zone/tsdoc` from version 1.3.0 to 1.3.1 -## 1.9.99 - Core Updates -- update core components +## 2023-xx-xx - 1.9.106 - dependencies +Update dependencies for enhanced compatibility. +- Updated `@git.zone/tsdoc` dependency from 1.2.2 to 1.3.0 in `package.json` and `pnpm-lock.yaml` -## 1.9.98 - Core Updates -- update core components +## 2023-xx-xx - 1.9.103 - logging +Optimize logging for better performance and resource utilization. +- Optimized logger instantiation and configuration -## 1.9.97 - Core Updates -- update core components +## 2023-xx-xx - 1.9.102 - metadata +Ensure accurate project metadata. +- Updated project metadata in `package.json` -## 1.9.96 - Core Updates -- update core components +## 2023-xx-xx - 1.9.101 - dependencies +Update dependencies to fix security vulnerabilities and bugs. +- Updated `@git.zone/tsdoc` dependency version to ^1.2.2 in `package.json` and `pnpm-lock.yaml` -## 1.9.95 - Core Updates -- update core components - -## 1.9.105 - fix(changelog): Remove placeholder entries and adjust formatting in changelog. - -## 1.9.104 - Fix changelog and format adjustments -- Fix changelog to remove placeholder entries and adjust formatting - -## 1.9.103 - Logger Optimization -- Optimize logger instantiation and configuration - -## 1.9.102 - Metadata Accuracy -- Ensure accurate project metadata in package.json - -## 1.9.101 - Dependency Update -- Updated @git.zone/tsdoc dependency version to ^1.2.2 in package.json and pnpm-lock.yaml - -## 1.9.100 - Changelog Writing Fix -- Fix variable reassignment issue in changelog writing step +## 2023-xx-xx - 1.9.100 - mod_commit +Improve changelog writing step to prevent variable reassignment issues. +- Fixed variable reassignment issue in changelog writing step diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index b1ac285..2a1bbb4 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.107', + version: '1.9.108', description: 'A CLI toolbelt to streamline local development cycles by using various gitzone utilities.' }