Compare commits

...

4 Commits

Author SHA1 Message Date
45020805cb 1.9.105
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:45:06 +02:00
c9e384567e fix(changelog): Remove placeholder entries and adjust formatting in changelog. 2024-06-23 17:45:05 +02:00
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 13 additions and 16 deletions

View File

@ -1,21 +1,18 @@
# Changelog # Changelog
```markdown ## 1.9.105 - fix(changelog): Remove placeholder entries and adjust formatting in changelog.
## 1.9.103 - fix(logging): Optimize logger instantiation and configuration.
- Placeholder entry for the next version changes. ## 1.9.104 - Fix changelog and format adjustments
- Fix changelog to remove placeholder entries and adjust formatting
## 1.9.102 - fix(metadata): Ensure accurate project metadata in package.json ## 1.9.103 - Logger Optimization
- Optimize logger instantiation and configuration
- Placeholder entry for the next version changes. ## 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
## 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
## 1.9.100
- Fix: Fix variable reassignment issue in changelog writing step

View File

@ -1,7 +1,7 @@
{ {
"name": "@git.zone/cli", "name": "@git.zone/cli",
"private": false, "private": false,
"version": "1.9.103", "version": "1.9.105",
"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.",
"main": "dist_ts/index.ts", "main": "dist_ts/index.ts",
"typings": "dist_ts/index.d.ts", "typings": "dist_ts/index.d.ts",

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@git.zone/cli', name: '@git.zone/cli',
version: '1.9.103', version: '1.9.105',
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.'
} }