From 99f88236cbeef21b0b985c9bd50520c15f89b421 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 23 Jun 2024 17:43:26 +0200 Subject: [PATCH] fix(changelog): Fix changelog to remove placeholder entries and adjust formatting --- changelog.md | 7 +++---- ts/00_commitinfo_data.ts | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/changelog.md b/changelog.md index 54252bb..79a1edf 100644 --- a/changelog.md +++ b/changelog.md @@ -1,17 +1,16 @@ # Changelog -```markdown -## 1.9.103 - fix(logging): Optimize logger instantiation and configuration. +## 1.9.104 - fix(changelog): Fix changelog to remove placeholder entries and adjust formatting - Placeholder entry for the next version changes. +## 1.9.103 - fix(logging): Optimize logger instantiation and configuration. + ## 1.9.102 - fix(metadata): Ensure accurate project metadata in package.json - Placeholder entry for the next version changes. - - ## 1.9.101 - fix(dependencies): Updated @git.zone/tsdoc dependency version to ^1.2.2 in package.json and pnpm-lock.yaml - Fix: General core updates diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 5d8f37f..9659309 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.103', + version: '1.9.104', description: 'A CLI toolbelt to streamline local development cycles by using various gitzone utilities.' }