fix(changelog): Remove placeholder entries and adjust formatting in changelog.

This commit is contained in:
Philipp Kunz 2024-06-23 19:53:29 +02:00
parent 5135be478f
commit 632bdd7847
2 changed files with 23 additions and 32 deletions

View File

@ -1,40 +1,31 @@
# Changelog
## 23.06.2024 - 1.9.107 - {{nextVersionScope}}
fix(dependencies): Updated @git.zone/tsdoc from version 1.3.0 to 1.3.1
{{nextVersionDetails}}
## 23.06.2024 - 1.9.108 - fix(changelog)
Remove placeholder entries and adjust formatting in changelog.
- Removed 1.9.107 - {{nextVersionScope}} entry
- Removed placeholder entries with variable references
## 1.9.106 - fix(dependencies): 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.107 - dependencies
Update dependencies to improve stability and performance.
- Updated `@git.zone/tsdoc` from version 1.3.0 to 1.3.1
## 1.9.99 - Core Updates
- update core components
## 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`
## 1.9.98 - Core Updates
- update core components
## 2023-xx-xx - 1.9.103 - logging
Optimize logging for better performance and resource utilization.
- Optimized logger instantiation and configuration
## 1.9.97 - Core Updates
- update core components
## 2023-xx-xx - 1.9.102 - metadata
Ensure accurate project metadata.
- Updated project metadata in `package.json`
## 1.9.96 - Core Updates
- update core components
## 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`
## 1.9.95 - Core Updates
- update core components
## 1.9.105 - fix(changelog): Remove placeholder entries and adjust formatting in changelog.
## 1.9.104 - Fix changelog and format adjustments
- Fix changelog to remove placeholder entries and adjust formatting
## 1.9.103 - Logger Optimization
- Optimize logger instantiation and configuration
## 1.9.102 - Metadata Accuracy
- Ensure accurate project metadata in package.json
## 1.9.101 - Dependency Update
- Updated @git.zone/tsdoc dependency version to ^1.2.2 in package.json and pnpm-lock.yaml
## 1.9.100 - Changelog Writing Fix
- Fix variable reassignment issue in changelog writing step
## 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

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/cli',
version: '1.9.107',
version: '1.9.108',
description: 'A CLI toolbelt to streamline local development cycles by using various gitzone utilities.'
}