From d716364cb0314b9075a7fc02da8ad01bc20ab894 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 23 Jun 2024 20:00:55 +0200 Subject: [PATCH] fix(changelog): Remove outdated entries and adjust formatting in changelog --- changelog.md | 42 ++++++++++++++-------------------------- ts/00_commitinfo_data.ts | 2 +- 2 files changed, 15 insertions(+), 29 deletions(-) diff --git a/changelog.md b/changelog.md index 62340c8..78af111 100644 --- a/changelog.md +++ b/changelog.md @@ -1,38 +1,24 @@ # Changelog -## 23.06.2024 - 1.9.109 - fix(dependencies) -Update @git.zone/tsdoc dependency to version 1.3.2 -- Bumped @git.zone/tsdoc version from 1.3.1 to 1.3.2 in package.json -- Updated pnpm-lock.yaml to reflect the new @git.zone/tsdoc version 1.3.2 +## 2024-06-23 - 1.9.110 - fix(changelog) +Remove outdated entries and adjust formatting in changelog +- Removed outdated entries from changelog +- Adjusted changelog formatting for clarity -## 23.06.2024 - 1.9.108 - fix(changelog) -Remove placeholder entries and adjust formatting in changelog. -- Removed 1.9.107 - fix(dependencies) entry -- Removed placeholder entries with variable references +## 2023-xx-xx - 1.9.109 - dependencies +Updated @git.zone/tsdoc dependency to version 1.3.2. - -## 2023-xx-xx - 1.9.107 - dependencies -Update dependencies to improve stability and performance. -- Updated `@git.zone/tsdoc` from version 1.3.0 to 1.3.1 - -## 2023-xx-xx - 1.9.106 - dependencies -Update dependencies for enhanced compatibility. -- Updated `@git.zone/tsdoc` dependency from 1.2.2 to 1.3.0 in `package.json` and `pnpm-lock.yaml` +- Ensured compatibility with the latest version of @git.zone/tsdoc. ## 2023-xx-xx - 1.9.103 - logging -Optimize logging for better performance and resource utilization. -- Optimized logger instantiation and configuration +Optimized logger instantiation and configuration. + +- Improved application performance by refining logger setup. +- Reduced initialization time for logging components. ## 2023-xx-xx - 1.9.102 - metadata -Ensure accurate project metadata. -- Updated project metadata in `package.json` - -## 2023-xx-xx - 1.9.101 - dependencies -Update dependencies to fix security vulnerabilities and bugs. -- Updated `@git.zone/tsdoc` dependency version to ^1.2.2 in `package.json` and `pnpm-lock.yaml` - -## 2023-xx-xx - 1.9.100 - mod_commit -Improve changelog writing step to prevent variable reassignment issues. -- Fixed variable reassignment issue in changelog writing step +Ensured accurate project metadata in package.json. +- Corrected metadata fields to better reflect project details. +- Updated author and version information for consistency. diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 46f237e..1139156 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.109', + version: '1.9.110', description: 'A CLI toolbelt to streamline local development cycles by using various gitzone utilities.' }