diff --git a/changelog.md b/changelog.md index c6b1ab4..3c9697a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## 2024-06-23 - 1.9.113 - fix(core) +Update changelog formatting and remove outdated entries + +- Removed outdated changelog entries for clarity. +- Updated changelog formatting for better readability. + + ## 2024-06-23 - 1.9.112 - fix(changelog) Remove outdated changelog entries and update formatting @@ -7,7 +14,6 @@ Remove outdated changelog entries and update formatting - Updated changelog formatting for better readability. -```markdown ## 2024-06-23 - 1.9.110 - Dependencies fix(dependencies): Update @git.zone/tsdoc to version 1.3.4 - Updated the @git.zone/tsdoc dependency in package.json and pnpm-lock.yaml. @@ -55,5 +61,5 @@ fix(dependencies): Updated @git.zone/tsdoc dependency version to ^1.2.2 in packa ## 2024-06-23 - 1.9.99 - Commit Handling fix(mod_commit): Fix variable reassignment issue in changelog writing step - Fixed an issue with variable reassignment in the changelog writing step. -``` + diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 5b51b76..6a50837 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.112', + version: '1.9.113', description: 'A CLI toolbelt to streamline local development cycles by using various gitzone utilities.' }