Compare commits

..

2 Commits

Author SHA1 Message Date
152b436096 1.9.104
Some checks failed
Default (tags) / security (push) Failing after 0s
Default (tags) / test (push) Failing after 0s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
2024-06-23 17:43:27 +02:00
99f88236cb fix(changelog): Fix changelog to remove placeholder entries and adjust formatting 2024-06-23 17:43:26 +02:00
3 changed files with 5 additions and 6 deletions

View File

@ -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

View File

@ -1,7 +1,7 @@
{
"name": "@git.zone/cli",
"private": false,
"version": "1.9.103",
"version": "1.9.104",
"description": "A CLI toolbelt to streamline local development cycles by using various gitzone utilities.",
"main": "dist_ts/index.ts",
"typings": "dist_ts/index.d.ts",

View File

@ -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.'
}