Compare commits

...

4 Commits

Author SHA1 Message Date
7c4dffd142 1.9.110
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 20:00:55 +02:00
d716364cb0 fix(changelog): Remove outdated entries and adjust formatting in changelog 2024-06-23 20:00:55 +02:00
53cb139277 1.9.109
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 19:58:19 +02:00
5c0834aa48 fix(dependencies): Update @git.zone/tsdoc dependency to version 1.3.2 2024-06-23 19:58:18 +02:00
4 changed files with 22 additions and 29 deletions

View File

@ -1,31 +1,24 @@
# Changelog # Changelog
## 23.06.2024 - 1.9.108 - fix(changelog) ## 2024-06-23 - 1.9.110 - fix(changelog)
Remove placeholder entries and adjust formatting in changelog. Remove outdated entries and adjust formatting in changelog
- Removed 1.9.107 - {{nextVersionScope}} entry - Removed outdated entries from changelog
- Removed placeholder entries with variable references - Adjusted changelog formatting for clarity
## 2023-xx-xx - 1.9.107 - dependencies ## 2023-xx-xx - 1.9.109 - dependencies
Update dependencies to improve stability and performance. Updated @git.zone/tsdoc dependency to version 1.3.2.
- Updated `@git.zone/tsdoc` from version 1.3.0 to 1.3.1
## 2023-xx-xx - 1.9.106 - dependencies - Ensured compatibility with the latest version of @git.zone/tsdoc.
Update dependencies for enhanced compatibility.
- Updated `@git.zone/tsdoc` dependency from 1.2.2 to 1.3.0 in `package.json` and `pnpm-lock.yaml`
## 2023-xx-xx - 1.9.103 - logging ## 2023-xx-xx - 1.9.103 - logging
Optimize logging for better performance and resource utilization. Optimized logger instantiation and configuration.
- Optimized logger instantiation and configuration
- Improved application performance by refining logger setup.
- Reduced initialization time for logging components.
## 2023-xx-xx - 1.9.102 - metadata ## 2023-xx-xx - 1.9.102 - metadata
Ensure accurate project metadata. Ensured accurate project metadata in package.json.
- Updated project metadata in `package.json`
## 2023-xx-xx - 1.9.101 - dependencies - Corrected metadata fields to better reflect project details.
Update dependencies to fix security vulnerabilities and bugs. - Updated author and version information for consistency.
- Updated `@git.zone/tsdoc` dependency version to ^1.2.2 in `package.json` and `pnpm-lock.yaml`
## 2023-xx-xx - 1.9.100 - mod_commit
Improve changelog writing step to prevent variable reassignment issues.
- Fixed 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.108", "version": "1.9.110",
"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",
@ -58,7 +58,7 @@
"@types/node": "^20.14.8" "@types/node": "^20.14.8"
}, },
"dependencies": { "dependencies": {
"@git.zone/tsdoc": "^1.3.1", "@git.zone/tsdoc": "^1.3.2",
"@push.rocks/commitinfo": "^1.0.12", "@push.rocks/commitinfo": "^1.0.12",
"@push.rocks/early": "^4.0.4", "@push.rocks/early": "^4.0.4",
"@push.rocks/gulp-function": "^3.0.7", "@push.rocks/gulp-function": "^3.0.7",

10
pnpm-lock.yaml generated
View File

@ -9,8 +9,8 @@ importers:
.: .:
dependencies: dependencies:
'@git.zone/tsdoc': '@git.zone/tsdoc':
specifier: ^1.3.1 specifier: ^1.3.2
version: 1.3.1 version: 1.3.2
'@push.rocks/commitinfo': '@push.rocks/commitinfo':
specifier: ^1.0.12 specifier: ^1.0.12
version: 1.0.12 version: 1.0.12
@ -320,8 +320,8 @@ packages:
resolution: {integrity: sha512-ZrPkScaBQ7hHx6BUchRFfPB9tvb7RlNXwjk9qjkp6AcBcF38JgLcu/UDKDqRsuaFJpkK9oclyhA5bDA7SjXWZg==} resolution: {integrity: sha512-ZrPkScaBQ7hHx6BUchRFfPB9tvb7RlNXwjk9qjkp6AcBcF38JgLcu/UDKDqRsuaFJpkK9oclyhA5bDA7SjXWZg==}
hasBin: true hasBin: true
'@git.zone/tsdoc@1.3.1': '@git.zone/tsdoc@1.3.2':
resolution: {integrity: sha512-TjaSC3obvbM0Z/npooH/+pa2QapE9K6xrQ0zK3mNNdiY+hfLJt6qotmDxWF8wwQ+PgQUiKkTJVWYiwxr6vv/8A==} resolution: {integrity: sha512-FdZnchj8D9xoGWJ0Z99qa2SxAXCmO2R3YE477RudF3QG+FMnT27+OtRwT0GqpxTXKr9PtZAfrvsPFMHqGequCQ==}
hasBin: true hasBin: true
'@git.zone/tsrun@1.2.46': '@git.zone/tsrun@1.2.46':
@ -3928,7 +3928,7 @@ snapshots:
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
'@git.zone/tsdoc@1.3.1': '@git.zone/tsdoc@1.3.2':
dependencies: dependencies:
'@push.rocks/early': 4.0.4 '@push.rocks/early': 4.0.4
'@push.rocks/npmextra': 5.0.23 '@push.rocks/npmextra': 5.0.23

View File

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