fix(changelog): Remove outdated changelog entries and update formatting
This commit is contained in:
		
							
								
								
									
										67
									
								
								changelog.md
									
									
									
									
									
								
							
							
						
						
									
										67
									
								
								changelog.md
									
									
									
									
									
								
							| @@ -1,32 +1,59 @@ | |||||||
| # Changelog | # Changelog | ||||||
|  |  | ||||||
| ## 2024-06-23 - 1.9.111 - fix(dependencies) | ## 2024-06-23 - 1.9.112 - fix(changelog) | ||||||
| Update @git.zone/tsdoc to version 1.3.4 | Remove outdated changelog entries and update formatting | ||||||
| - Updated @git.zone/tsdoc in package.json from version 1.3.2 to 1.3.4. |  | ||||||
| - Updated pnpm-lock.yaml to reflect the @git.zone/tsdoc version bump. | - Removed outdated changelog entries for clarity. | ||||||
| - Ensured all relevant dependencies and transitive dependencies reflect the new @git.zone/tsdoc version. | - Updated changelog formatting for better readability. | ||||||
|  |  | ||||||
|  |  | ||||||
| ## 2024-06-23 - 1.9.110 - fix(changelog) | ```markdown | ||||||
| Remove outdated entries and adjust formatting in changelog | ## 2024-06-23 - 1.9.110 - Dependencies | ||||||
| - Removed outdated entries from changelog | fix(dependencies): Update @git.zone/tsdoc to version 1.3.4 | ||||||
| - Adjusted changelog formatting for clarity | - Updated the @git.zone/tsdoc dependency in package.json and pnpm-lock.yaml. | ||||||
|  |  | ||||||
|  | ## 2024-06-23 - 1.9.109 - Changelog | ||||||
|  | fix(changelog): Remove outdated entries and adjust formatting in changelog | ||||||
|  | - Removed outdated placeholder entries and adjusted formatting for better readability. | ||||||
|  |  | ||||||
| ## 2023-xx-xx - 1.9.109 - dependencies | ## 2024-06-23 - 1.9.108 - Dependencies | ||||||
| Updated @git.zone/tsdoc dependency to version 1.3.2. | fix(dependencies): Update @git.zone/tsdoc dependency to version 1.3.2 | ||||||
|  | - Updated the @git.zone/tsdoc dependency to version 1.3.2 in package.json and pnpm-lock.yaml. | ||||||
|  |  | ||||||
| - Ensured compatibility with the latest version of @git.zone/tsdoc. | ## 2024-06-23 - 1.9.107 - Changelog | ||||||
|  | fix(changelog): Remove placeholder entries and adjust formatting in changelog. | ||||||
|  | - Removed placeholder entries and adjusted formatting in changelog for clarity. | ||||||
|  |  | ||||||
| ## 2023-xx-xx - 1.9.103 - logging | ## 2024-06-23 - 1.9.106 - Dependencies | ||||||
| Optimized logger instantiation and configuration. | fix(dependencies): Updated @git.zone/tsdoc from version 1.3.0 to 1.3.1 | ||||||
|  | - Updated the @git.zone/tsdoc dependency from version 1.3.0 to 1.3.1 in package.json and pnpm-lock.yaml. | ||||||
|  |  | ||||||
| - Improved application performance by refining logger setup. | ## 2024-06-23 - 1.9.105 - Dependencies | ||||||
| - Reduced initialization time for logging components. | fix(dependencies): Updated @git.zone/tsdoc dependency from 1.2.2 to 1.3.0 in package.json and pnpm-lock.yaml. | ||||||
|  | - Updated the @git.zone/tsdoc dependency from version 1.2.2 to 1.3.0 in package.json and pnpm-lock.yaml. | ||||||
|  |  | ||||||
| ## 2023-xx-xx - 1.9.102 - metadata | ## 2024-06-23 - 1.9.104 - Changelog | ||||||
| Ensured accurate project metadata in package.json. | fix(changelog): Remove placeholder entries and adjust formatting in changelog. | ||||||
|  | - Removed placeholder entries and improved formatting in changelog. | ||||||
|  |  | ||||||
| - Corrected metadata fields to better reflect project details. | ## 2024-06-23 - 1.9.103 - Changelog | ||||||
| - Updated author and version information for consistency. | fix(changelog): Fix changelog to remove placeholder entries and adjust formatting | ||||||
|  | - Corrected the changelog by removing placeholder entries and adjusting formatting. | ||||||
|  |  | ||||||
|  | ## 2024-06-23 - 1.9.102 - Logging | ||||||
|  | fix(logging): Optimize logger instantiation and configuration. | ||||||
|  | - Optimized the instantiation and configuration of the logger for better performance. | ||||||
|  |  | ||||||
|  | ## 2024-06-23 - 1.9.101 - Metadata | ||||||
|  | fix(metadata): Ensure accurate project metadata in package.json | ||||||
|  | - Corrected and ensured the accuracy of project metadata in package.json. | ||||||
|  |  | ||||||
|  | ## 2024-06-23 - 1.9.100 - Dependencies | ||||||
|  | fix(dependencies): Updated @git.zone/tsdoc dependency version to ^1.2.2 in package.json and pnpm-lock.yaml | ||||||
|  | - Updated the @git.zone/tsdoc dependency version to ^1.2.2 in package.json and pnpm-lock.yaml. | ||||||
|  |  | ||||||
|  | ## 2024-06-23 - 1.9.99 - Commit Handling | ||||||
|  | fix(mod_commit): Fix variable reassignment issue in changelog writing step | ||||||
|  | - Fixed an issue with variable reassignment in the changelog writing step. | ||||||
|  | ``` | ||||||
|  |  | ||||||
|   | |||||||
| @@ -3,6 +3,6 @@ | |||||||
|  */ |  */ | ||||||
| export const commitinfo = { | export const commitinfo = { | ||||||
|   name: '@git.zone/cli', |   name: '@git.zone/cli', | ||||||
|   version: '1.9.111', |   version: '1.9.112', | ||||||
|   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.' | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user