Compare commits

...

2 Commits

Author SHA1 Message Date
4f8ca3fe5e 1.9.113
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 22:54:12 +02:00
947fe781d8 fix(core): Update changelog formatting and remove outdated entries 2024-06-23 22:54:11 +02:00
3 changed files with 10 additions and 4 deletions

View File

@ -1,5 +1,12 @@
# Changelog # Changelog
## 2024-06-23 - 1.9.113 - fix(core)
Update changelog formatting and remove outdated entries
- Removed outdated changelog entries for clarity.
- Updated changelog formatting for better readability.
## 2024-06-23 - 1.9.112 - fix(changelog) ## 2024-06-23 - 1.9.112 - fix(changelog)
Remove outdated changelog entries and update formatting Remove outdated changelog entries and update formatting
@ -7,7 +14,6 @@ Remove outdated changelog entries and update formatting
- Updated changelog formatting for better readability. - Updated changelog formatting for better readability.
```markdown
## 2024-06-23 - 1.9.110 - Dependencies ## 2024-06-23 - 1.9.110 - Dependencies
fix(dependencies): Update @git.zone/tsdoc to version 1.3.4 fix(dependencies): Update @git.zone/tsdoc to version 1.3.4
- Updated the @git.zone/tsdoc dependency in package.json and pnpm-lock.yaml. - Updated the @git.zone/tsdoc dependency in package.json and pnpm-lock.yaml.
@ -55,5 +61,5 @@ fix(dependencies): Updated @git.zone/tsdoc dependency version to ^1.2.2 in packa
## 2024-06-23 - 1.9.99 - Commit Handling ## 2024-06-23 - 1.9.99 - Commit Handling
fix(mod_commit): Fix variable reassignment issue in changelog writing step fix(mod_commit): Fix variable reassignment issue in changelog writing step
- Fixed an issue with variable reassignment in the changelog writing step. - Fixed an issue with variable reassignment in the changelog writing step.
```

View File

@ -1,7 +1,7 @@
{ {
"name": "@git.zone/cli", "name": "@git.zone/cli",
"private": false, "private": false,
"version": "1.9.112", "version": "1.9.113",
"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.112', version: '1.9.113',
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.'
} }