diff --git a/changelog.md b/changelog.md index 3c9697a..75fc595 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2024-06-23 - 1.9.114 - fix(mod_commit) +Remove extra new lines in changelog + +- Fixed unnecessary new lines at the bottom of the changelog in the mod_commit step. + + ## 2024-06-23 - 1.9.113 - fix(core) Update changelog formatting and remove outdated entries @@ -62,4 +68,3 @@ fix(dependencies): Updated @git.zone/tsdoc dependency version to ^1.2.2 in packa 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 6a50837..6ff04c5 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.113', + version: '1.9.114', description: 'A CLI toolbelt to streamline local development cycles by using various gitzone utilities.' }