fix(changelog): Remove outdated entries and adjust formatting in changelog
This commit is contained in:
parent
53cb139277
commit
d716364cb0
42
changelog.md
42
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.
|
||||
|
@ -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.'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user