Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ae46afdee6 | |||
| ceddc23423 |
@@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# 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)
|
## 2024-06-23 - 1.9.113 - fix(core)
|
||||||
Update changelog formatting and remove outdated entries
|
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
|
fix(mod_commit): Fix variable reassignment issue in changelog writing step
|
||||||
- Fixed an issue with variable reassignment in the changelog writing step.
|
- Fixed an issue with variable reassignment in the changelog writing step.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@git.zone/cli",
|
"name": "@git.zone/cli",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "1.9.113",
|
"version": "1.9.114",
|
||||||
"description": "A CLI toolbelt to streamline local development cycles by using various gitzone utilities.",
|
"description": "A CLI toolbelt to streamline local development cycles by using various gitzone utilities.",
|
||||||
"main": "dist_ts/index.ts",
|
"main": "dist_ts/index.ts",
|
||||||
"typings": "dist_ts/index.d.ts",
|
"typings": "dist_ts/index.d.ts",
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@git.zone/cli',
|
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.'
|
description: 'A CLI toolbelt to streamline local development cycles by using various gitzone utilities.'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user