fix(changelog): Remove placeholder entries and adjust formatting in changelog.
This commit is contained in:
parent
5135be478f
commit
632bdd7847
53
changelog.md
53
changelog.md
@ -1,40 +1,31 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 23.06.2024 - 1.9.107 - {{nextVersionScope}}
|
## 23.06.2024 - 1.9.108 - fix(changelog)
|
||||||
fix(dependencies): Updated @git.zone/tsdoc from version 1.3.0 to 1.3.1
|
Remove placeholder entries and adjust formatting in changelog.
|
||||||
{{nextVersionDetails}}
|
- 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
|
## 2023-xx-xx - 1.9.106 - dependencies
|
||||||
- update core components
|
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
|
## 2023-xx-xx - 1.9.103 - logging
|
||||||
- update core components
|
Optimize logging for better performance and resource utilization.
|
||||||
|
- Optimized logger instantiation and configuration
|
||||||
|
|
||||||
## 1.9.97 - Core Updates
|
## 2023-xx-xx - 1.9.102 - metadata
|
||||||
- update core components
|
Ensure accurate project metadata.
|
||||||
|
- Updated project metadata in `package.json`
|
||||||
|
|
||||||
## 1.9.96 - Core Updates
|
## 2023-xx-xx - 1.9.101 - dependencies
|
||||||
- update core components
|
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
|
## 2023-xx-xx - 1.9.100 - mod_commit
|
||||||
- update core components
|
Improve changelog writing step to prevent variable reassignment issues.
|
||||||
|
- Fixed variable reassignment issue in changelog writing step
|
||||||
## 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
|
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@git.zone/cli',
|
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.'
|
description: 'A CLI toolbelt to streamline local development cycles by using various gitzone utilities.'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user