fix(changelog): Remove outdated entries and adjust formatting in changelog

This commit is contained in:
Philipp Kunz 2024-06-23 20:00:55 +02:00
parent 53cb139277
commit d716364cb0
2 changed files with 15 additions and 29 deletions

View File

@ -1,38 +1,24 @@
# Changelog # Changelog
## 23.06.2024 - 1.9.109 - fix(dependencies) ## 2024-06-23 - 1.9.110 - fix(changelog)
Update @git.zone/tsdoc dependency to version 1.3.2 Remove outdated entries and adjust formatting in changelog
- Bumped @git.zone/tsdoc version from 1.3.1 to 1.3.2 in package.json - Removed outdated entries from changelog
- Updated pnpm-lock.yaml to reflect the new @git.zone/tsdoc version 1.3.2 - Adjusted changelog formatting for clarity
## 23.06.2024 - 1.9.108 - fix(changelog) ## 2023-xx-xx - 1.9.109 - dependencies
Remove placeholder entries and adjust formatting in changelog. Updated @git.zone/tsdoc dependency to version 1.3.2.
- Removed 1.9.107 - fix(dependencies) entry
- Removed placeholder entries with variable references
- Ensured compatibility with the latest version of @git.zone/tsdoc.
## 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`
## 2023-xx-xx - 1.9.103 - logging ## 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 ## 2023-xx-xx - 1.9.102 - metadata
Ensure accurate project metadata. Ensured accurate project metadata in package.json.
- 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
- Corrected metadata fields to better reflect project details.
- Updated author and version information for consistency.

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@git.zone/cli', 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.' description: 'A CLI toolbelt to streamline local development cycles by using various gitzone utilities.'
} }