diff --git a/changelog.md b/changelog.md index 79a1edf..332a51f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,20 +1,18 @@ # Changelog -## 1.9.104 - fix(changelog): Fix changelog to remove placeholder entries and adjust formatting +## 1.9.105 - fix(changelog): Remove placeholder entries and adjust formatting in changelog. -- Placeholder entry for the next version changes. +## 1.9.104 - Fix changelog and format adjustments +- Fix changelog to remove placeholder entries and adjust formatting -## 1.9.103 - fix(logging): Optimize logger instantiation and configuration. +## 1.9.103 - Logger Optimization +- Optimize logger instantiation and configuration -## 1.9.102 - fix(metadata): Ensure accurate project metadata in package.json +## 1.9.102 - Metadata Accuracy +- Ensure accurate project metadata in package.json -- Placeholder entry for the next version changes. +## 1.9.101 - Dependency Update +- Updated @git.zone/tsdoc dependency version to ^1.2.2 in package.json and pnpm-lock.yaml - -## 1.9.101 - fix(dependencies): Updated @git.zone/tsdoc dependency version to ^1.2.2 in package.json and pnpm-lock.yaml - -- Fix: General core updates - -## 1.9.100 - -- Fix: Fix variable reassignment issue in changelog writing step \ No newline at end of file +## 1.9.100 - Changelog Writing Fix +- Fix variable reassignment issue in changelog writing step \ No newline at end of file diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 9659309..9bc0578 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.104', + version: '1.9.105', description: 'A CLI toolbelt to streamline local development cycles by using various gitzone utilities.' }