fix(changelog): Fix changelog to remove placeholder entries and adjust formatting
This commit is contained in:
parent
af0cb494fd
commit
99f88236cb
@ -1,17 +1,16 @@
|
||||
# Changelog
|
||||
|
||||
```markdown
|
||||
## 1.9.103 - fix(logging): Optimize logger instantiation and configuration.
|
||||
## 1.9.104 - fix(changelog): Fix changelog to remove placeholder entries and adjust formatting
|
||||
|
||||
- Placeholder entry for the next version changes.
|
||||
|
||||
## 1.9.103 - fix(logging): Optimize logger instantiation and configuration.
|
||||
|
||||
## 1.9.102 - fix(metadata): Ensure accurate project metadata in package.json
|
||||
|
||||
- Placeholder entry for the next version changes.
|
||||
|
||||
|
||||
|
||||
|
||||
## 1.9.101 - fix(dependencies): Updated @git.zone/tsdoc dependency version to ^1.2.2 in package.json and pnpm-lock.yaml
|
||||
|
||||
- Fix: General core updates
|
||||
|
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@git.zone/cli',
|
||||
version: '1.9.103',
|
||||
version: '1.9.104',
|
||||
description: 'A CLI toolbelt to streamline local development cycles by using various gitzone utilities.'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user