Compare commits

..

2 Commits

Author SHA1 Message Date
ae46afdee6 1.9.114
Some checks failed
Default (tags) / security (push) Failing after 0s
Default (tags) / test (push) Failing after 1s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
2024-06-23 22:54:46 +02:00
ceddc23423 fix(mod_commit): Remove extra new lines in changelog 2024-06-23 22:54:45 +02:00
3 changed files with 8 additions and 3 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

@ -1,7 +1,7 @@
{
"name": "@git.zone/cli",
"private": false,
"version": "1.9.113",
"version": "1.9.114",
"description": "A CLI toolbelt to streamline local development cycles by using various gitzone utilities.",
"main": "dist_ts/index.ts",
"typings": "dist_ts/index.d.ts",

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