Compare commits
8 Commits
Author | SHA1 | Date | |
---|---|---|---|
1c7fbb073d | |||
9b05252045 | |||
f34718bfb3 | |||
0db0b17e0d | |||
7c4dffd142 | |||
d716364cb0 | |||
53cb139277 | |||
5c0834aa48 |
72
changelog.md
72
changelog.md
@ -1,31 +1,59 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 23.06.2024 - 1.9.108 - fix(changelog)
|
## 2024-06-23 - 1.9.112 - fix(changelog)
|
||||||
Remove placeholder entries and adjust formatting in changelog.
|
Remove outdated changelog entries and update formatting
|
||||||
- Removed 1.9.107 - {{nextVersionScope}} entry
|
|
||||||
- Removed placeholder entries with variable references
|
- Removed outdated changelog entries for clarity.
|
||||||
|
- Updated changelog formatting for better readability.
|
||||||
|
|
||||||
|
|
||||||
## 2023-xx-xx - 1.9.107 - dependencies
|
```markdown
|
||||||
Update dependencies to improve stability and performance.
|
## 2024-06-23 - 1.9.110 - Dependencies
|
||||||
- Updated `@git.zone/tsdoc` from version 1.3.0 to 1.3.1
|
fix(dependencies): Update @git.zone/tsdoc to version 1.3.4
|
||||||
|
- Updated the @git.zone/tsdoc dependency in package.json and pnpm-lock.yaml.
|
||||||
|
|
||||||
## 2023-xx-xx - 1.9.106 - dependencies
|
## 2024-06-23 - 1.9.109 - Changelog
|
||||||
Update dependencies for enhanced compatibility.
|
fix(changelog): Remove outdated entries and adjust formatting in changelog
|
||||||
- Updated `@git.zone/tsdoc` dependency from 1.2.2 to 1.3.0 in `package.json` and `pnpm-lock.yaml`
|
- Removed outdated placeholder entries and adjusted formatting for better readability.
|
||||||
|
|
||||||
## 2023-xx-xx - 1.9.103 - logging
|
## 2024-06-23 - 1.9.108 - Dependencies
|
||||||
Optimize logging for better performance and resource utilization.
|
fix(dependencies): Update @git.zone/tsdoc dependency to version 1.3.2
|
||||||
- Optimized logger instantiation and configuration
|
- Updated the @git.zone/tsdoc dependency to version 1.3.2 in package.json and pnpm-lock.yaml.
|
||||||
|
|
||||||
## 2023-xx-xx - 1.9.102 - metadata
|
## 2024-06-23 - 1.9.107 - Changelog
|
||||||
Ensure accurate project metadata.
|
fix(changelog): Remove placeholder entries and adjust formatting in changelog.
|
||||||
- Updated project metadata in `package.json`
|
- Removed placeholder entries and adjusted formatting in changelog for clarity.
|
||||||
|
|
||||||
## 2023-xx-xx - 1.9.101 - dependencies
|
## 2024-06-23 - 1.9.106 - Dependencies
|
||||||
Update dependencies to fix security vulnerabilities and bugs.
|
fix(dependencies): Updated @git.zone/tsdoc from version 1.3.0 to 1.3.1
|
||||||
- Updated `@git.zone/tsdoc` dependency version to ^1.2.2 in `package.json` and `pnpm-lock.yaml`
|
- Updated the @git.zone/tsdoc dependency from version 1.3.0 to 1.3.1 in package.json and pnpm-lock.yaml.
|
||||||
|
|
||||||
|
## 2024-06-23 - 1.9.105 - Dependencies
|
||||||
|
fix(dependencies): Updated @git.zone/tsdoc dependency from 1.2.2 to 1.3.0 in package.json and pnpm-lock.yaml.
|
||||||
|
- Updated the @git.zone/tsdoc dependency from version 1.2.2 to 1.3.0 in package.json and pnpm-lock.yaml.
|
||||||
|
|
||||||
|
## 2024-06-23 - 1.9.104 - Changelog
|
||||||
|
fix(changelog): Remove placeholder entries and adjust formatting in changelog.
|
||||||
|
- Removed placeholder entries and improved formatting in changelog.
|
||||||
|
|
||||||
|
## 2024-06-23 - 1.9.103 - Changelog
|
||||||
|
fix(changelog): Fix changelog to remove placeholder entries and adjust formatting
|
||||||
|
- Corrected the changelog by removing placeholder entries and adjusting formatting.
|
||||||
|
|
||||||
|
## 2024-06-23 - 1.9.102 - Logging
|
||||||
|
fix(logging): Optimize logger instantiation and configuration.
|
||||||
|
- Optimized the instantiation and configuration of the logger for better performance.
|
||||||
|
|
||||||
|
## 2024-06-23 - 1.9.101 - Metadata
|
||||||
|
fix(metadata): Ensure accurate project metadata in package.json
|
||||||
|
- Corrected and ensured the accuracy of project metadata in package.json.
|
||||||
|
|
||||||
|
## 2024-06-23 - 1.9.100 - Dependencies
|
||||||
|
fix(dependencies): Updated @git.zone/tsdoc dependency version to ^1.2.2 in package.json and pnpm-lock.yaml
|
||||||
|
- Updated the @git.zone/tsdoc dependency version to ^1.2.2 in package.json and pnpm-lock.yaml.
|
||||||
|
|
||||||
|
## 2024-06-23 - 1.9.99 - Commit Handling
|
||||||
|
fix(mod_commit): Fix variable reassignment issue in changelog writing step
|
||||||
|
- Fixed an issue with variable reassignment in the changelog writing step.
|
||||||
|
```
|
||||||
|
|
||||||
## 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
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@git.zone/cli",
|
"name": "@git.zone/cli",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "1.9.108",
|
"version": "1.9.112",
|
||||||
"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.4",
|
||||||
"@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",
|
||||||
|
19
pnpm-lock.yaml
generated
19
pnpm-lock.yaml
generated
@ -9,8 +9,8 @@ importers:
|
|||||||
.:
|
.:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@git.zone/tsdoc':
|
'@git.zone/tsdoc':
|
||||||
specifier: ^1.3.1
|
specifier: ^1.3.4
|
||||||
version: 1.3.1
|
version: 1.3.4
|
||||||
'@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.4':
|
||||||
resolution: {integrity: sha512-TjaSC3obvbM0Z/npooH/+pa2QapE9K6xrQ0zK3mNNdiY+hfLJt6qotmDxWF8wwQ+PgQUiKkTJVWYiwxr6vv/8A==}
|
resolution: {integrity: sha512-L3HA7d+rEs5NIEpX/zTOMrTQNsbiUjDfXOX8mFJ5+Jg6sSYLJDSBUtpE/5FgLJ39s3CYMGgolJxAZfZJDXmRoA==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
'@git.zone/tsrun@1.2.46':
|
'@git.zone/tsrun@1.2.46':
|
||||||
@ -517,8 +517,8 @@ packages:
|
|||||||
'@push.rocks/smartfm@2.0.4':
|
'@push.rocks/smartfm@2.0.4':
|
||||||
resolution: {integrity: sha512-5cDSW/+85mI+9lVkiivQKfq+HHdbXz+Vv8rKYX6/4yNpyJup+0YDlrtqnCXSp683cJd/gfGLVX/eNN9LIGe4Nw==}
|
resolution: {integrity: sha512-5cDSW/+85mI+9lVkiivQKfq+HHdbXz+Vv8rKYX6/4yNpyJup+0YDlrtqnCXSp683cJd/gfGLVX/eNN9LIGe4Nw==}
|
||||||
|
|
||||||
'@push.rocks/smartgit@3.0.4':
|
'@push.rocks/smartgit@3.1.0':
|
||||||
resolution: {integrity: sha512-6uYifD4rGjTp6KO8kdaVenXeef0uZOfQSTuLuG3+ubpMXwZNSp0iQWx+XgS5pQipzG0+3p4ddnQ7/R8gm7LWOg==}
|
resolution: {integrity: sha512-a3LbECFQSURkJc9t8CGJrzv7ZzfG1c83x424nb6jfj3jVJXCqjMvs1AkmpkUiro77J7yg4CavTu8vslAfrPIOw==}
|
||||||
|
|
||||||
'@push.rocks/smartguard@3.0.2':
|
'@push.rocks/smartguard@3.0.2':
|
||||||
resolution: {integrity: sha512-9TuYPSRxNj0DS84d5ZvSARXRehVCqVq7nC85o/p58kb3aeRtY0A6Hz9dtSdFjEvprEBCqEEzdmiFlNsNYBpwbQ==}
|
resolution: {integrity: sha512-9TuYPSRxNj0DS84d5ZvSARXRehVCqVq7nC85o/p58kb3aeRtY0A6Hz9dtSdFjEvprEBCqEEzdmiFlNsNYBpwbQ==}
|
||||||
@ -3928,7 +3928,7 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@git.zone/tsdoc@1.3.1':
|
'@git.zone/tsdoc@1.3.4':
|
||||||
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
|
||||||
@ -3937,7 +3937,7 @@ snapshots:
|
|||||||
'@push.rocks/smartcli': 4.0.11
|
'@push.rocks/smartcli': 4.0.11
|
||||||
'@push.rocks/smartdelay': 3.0.5
|
'@push.rocks/smartdelay': 3.0.5
|
||||||
'@push.rocks/smartfile': 11.0.20
|
'@push.rocks/smartfile': 11.0.20
|
||||||
'@push.rocks/smartgit': 3.0.4
|
'@push.rocks/smartgit': 3.1.0
|
||||||
'@push.rocks/smartinteract': 2.0.15
|
'@push.rocks/smartinteract': 2.0.15
|
||||||
'@push.rocks/smartlog': 3.0.7
|
'@push.rocks/smartlog': 3.0.7
|
||||||
'@push.rocks/smartlog-destination-local': 9.0.2
|
'@push.rocks/smartlog-destination-local': 9.0.2
|
||||||
@ -4354,7 +4354,7 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
gray-matter: 4.0.3
|
gray-matter: 4.0.3
|
||||||
|
|
||||||
'@push.rocks/smartgit@3.0.4':
|
'@push.rocks/smartgit@3.1.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@push.rocks/smartenv': 5.0.12
|
'@push.rocks/smartenv': 5.0.12
|
||||||
'@push.rocks/smartfile': 11.0.20
|
'@push.rocks/smartfile': 11.0.20
|
||||||
@ -4362,6 +4362,7 @@ snapshots:
|
|||||||
'@push.rocks/smartpromise': 4.0.3
|
'@push.rocks/smartpromise': 4.0.3
|
||||||
'@push.rocks/smartshell': 3.0.5
|
'@push.rocks/smartshell': 3.0.5
|
||||||
'@push.rocks/smartstring': 4.0.15
|
'@push.rocks/smartstring': 4.0.15
|
||||||
|
'@push.rocks/smarttime': 4.0.6
|
||||||
'@types/diff': 5.2.1
|
'@types/diff': 5.2.1
|
||||||
'@types/minimatch': 5.1.2
|
'@types/minimatch': 5.1.2
|
||||||
diff: 5.2.0
|
diff: 5.2.0
|
||||||
|
@ -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.112',
|
||||||
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.'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user