fix(mod_commit): Remove extra new lines in changelog

This commit is contained in:
Philipp Kunz 2024-06-23 22:54:45 +02:00
parent 4f8ca3fe5e
commit ceddc23423
2 changed files with 7 additions and 2 deletions

View File

@ -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.

View File

@ -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.'
}