Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
1c7fbb073d | |||
9b05252045 | |||
f34718bfb3 | |||
0db0b17e0d | |||
7c4dffd142 | |||
d716364cb0 |
73
changelog.md
73
changelog.md
@ -1,38 +1,59 @@
|
||||
# Changelog
|
||||
|
||||
## 23.06.2024 - 1.9.109 - fix(dependencies)
|
||||
Update @git.zone/tsdoc dependency to version 1.3.2
|
||||
- Bumped @git.zone/tsdoc version from 1.3.1 to 1.3.2 in package.json
|
||||
- Updated pnpm-lock.yaml to reflect the new @git.zone/tsdoc version 1.3.2
|
||||
## 2024-06-23 - 1.9.112 - fix(changelog)
|
||||
Remove outdated changelog entries and update formatting
|
||||
|
||||
- Removed outdated changelog entries for clarity.
|
||||
- Updated changelog formatting for better readability.
|
||||
|
||||
|
||||
## 23.06.2024 - 1.9.108 - fix(changelog)
|
||||
Remove placeholder entries and adjust formatting in changelog.
|
||||
- Removed 1.9.107 - fix(dependencies) entry
|
||||
- Removed placeholder entries with variable references
|
||||
```markdown
|
||||
## 2024-06-23 - 1.9.110 - Dependencies
|
||||
fix(dependencies): Update @git.zone/tsdoc to version 1.3.4
|
||||
- Updated the @git.zone/tsdoc dependency in package.json and pnpm-lock.yaml.
|
||||
|
||||
## 2024-06-23 - 1.9.109 - Changelog
|
||||
fix(changelog): Remove outdated entries and adjust formatting in changelog
|
||||
- Removed outdated placeholder entries and adjusted formatting for better readability.
|
||||
|
||||
## 2023-xx-xx - 1.9.107 - dependencies
|
||||
Update dependencies to improve stability and performance.
|
||||
- Updated `@git.zone/tsdoc` from version 1.3.0 to 1.3.1
|
||||
## 2024-06-23 - 1.9.108 - Dependencies
|
||||
fix(dependencies): Update @git.zone/tsdoc dependency to version 1.3.2
|
||||
- Updated the @git.zone/tsdoc dependency to version 1.3.2 in package.json and pnpm-lock.yaml.
|
||||
|
||||
## 2023-xx-xx - 1.9.106 - dependencies
|
||||
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`
|
||||
## 2024-06-23 - 1.9.107 - Changelog
|
||||
fix(changelog): Remove placeholder entries and adjust formatting in changelog.
|
||||
- Removed placeholder entries and adjusted formatting in changelog for clarity.
|
||||
|
||||
## 2023-xx-xx - 1.9.103 - logging
|
||||
Optimize logging for better performance and resource utilization.
|
||||
- Optimized logger instantiation and configuration
|
||||
## 2024-06-23 - 1.9.106 - Dependencies
|
||||
fix(dependencies): Updated @git.zone/tsdoc from version 1.3.0 to 1.3.1
|
||||
- Updated the @git.zone/tsdoc dependency from version 1.3.0 to 1.3.1 in package.json and pnpm-lock.yaml.
|
||||
|
||||
## 2023-xx-xx - 1.9.102 - metadata
|
||||
Ensure accurate project metadata.
|
||||
- Updated project metadata in `package.json`
|
||||
## 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.
|
||||
|
||||
## 2023-xx-xx - 1.9.101 - dependencies
|
||||
Update dependencies to fix security vulnerabilities and bugs.
|
||||
- Updated `@git.zone/tsdoc` dependency version to ^1.2.2 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.
|
||||
|
||||
## 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
|
||||
## 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.
|
||||
```
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@git.zone/cli",
|
||||
"private": false,
|
||||
"version": "1.9.109",
|
||||
"version": "1.9.112",
|
||||
"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",
|
||||
@ -58,7 +58,7 @@
|
||||
"@types/node": "^20.14.8"
|
||||
},
|
||||
"dependencies": {
|
||||
"@git.zone/tsdoc": "^1.3.2",
|
||||
"@git.zone/tsdoc": "^1.3.4",
|
||||
"@push.rocks/commitinfo": "^1.0.12",
|
||||
"@push.rocks/early": "^4.0.4",
|
||||
"@push.rocks/gulp-function": "^3.0.7",
|
||||
|
19
pnpm-lock.yaml
generated
19
pnpm-lock.yaml
generated
@ -9,8 +9,8 @@ importers:
|
||||
.:
|
||||
dependencies:
|
||||
'@git.zone/tsdoc':
|
||||
specifier: ^1.3.2
|
||||
version: 1.3.2
|
||||
specifier: ^1.3.4
|
||||
version: 1.3.4
|
||||
'@push.rocks/commitinfo':
|
||||
specifier: ^1.0.12
|
||||
version: 1.0.12
|
||||
@ -320,8 +320,8 @@ packages:
|
||||
resolution: {integrity: sha512-ZrPkScaBQ7hHx6BUchRFfPB9tvb7RlNXwjk9qjkp6AcBcF38JgLcu/UDKDqRsuaFJpkK9oclyhA5bDA7SjXWZg==}
|
||||
hasBin: true
|
||||
|
||||
'@git.zone/tsdoc@1.3.2':
|
||||
resolution: {integrity: sha512-FdZnchj8D9xoGWJ0Z99qa2SxAXCmO2R3YE477RudF3QG+FMnT27+OtRwT0GqpxTXKr9PtZAfrvsPFMHqGequCQ==}
|
||||
'@git.zone/tsdoc@1.3.4':
|
||||
resolution: {integrity: sha512-L3HA7d+rEs5NIEpX/zTOMrTQNsbiUjDfXOX8mFJ5+Jg6sSYLJDSBUtpE/5FgLJ39s3CYMGgolJxAZfZJDXmRoA==}
|
||||
hasBin: true
|
||||
|
||||
'@git.zone/tsrun@1.2.46':
|
||||
@ -517,8 +517,8 @@ packages:
|
||||
'@push.rocks/smartfm@2.0.4':
|
||||
resolution: {integrity: sha512-5cDSW/+85mI+9lVkiivQKfq+HHdbXz+Vv8rKYX6/4yNpyJup+0YDlrtqnCXSp683cJd/gfGLVX/eNN9LIGe4Nw==}
|
||||
|
||||
'@push.rocks/smartgit@3.0.4':
|
||||
resolution: {integrity: sha512-6uYifD4rGjTp6KO8kdaVenXeef0uZOfQSTuLuG3+ubpMXwZNSp0iQWx+XgS5pQipzG0+3p4ddnQ7/R8gm7LWOg==}
|
||||
'@push.rocks/smartgit@3.1.0':
|
||||
resolution: {integrity: sha512-a3LbECFQSURkJc9t8CGJrzv7ZzfG1c83x424nb6jfj3jVJXCqjMvs1AkmpkUiro77J7yg4CavTu8vslAfrPIOw==}
|
||||
|
||||
'@push.rocks/smartguard@3.0.2':
|
||||
resolution: {integrity: sha512-9TuYPSRxNj0DS84d5ZvSARXRehVCqVq7nC85o/p58kb3aeRtY0A6Hz9dtSdFjEvprEBCqEEzdmiFlNsNYBpwbQ==}
|
||||
@ -3928,7 +3928,7 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@git.zone/tsdoc@1.3.2':
|
||||
'@git.zone/tsdoc@1.3.4':
|
||||
dependencies:
|
||||
'@push.rocks/early': 4.0.4
|
||||
'@push.rocks/npmextra': 5.0.23
|
||||
@ -3937,7 +3937,7 @@ snapshots:
|
||||
'@push.rocks/smartcli': 4.0.11
|
||||
'@push.rocks/smartdelay': 3.0.5
|
||||
'@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/smartlog': 3.0.7
|
||||
'@push.rocks/smartlog-destination-local': 9.0.2
|
||||
@ -4354,7 +4354,7 @@ snapshots:
|
||||
dependencies:
|
||||
gray-matter: 4.0.3
|
||||
|
||||
'@push.rocks/smartgit@3.0.4':
|
||||
'@push.rocks/smartgit@3.1.0':
|
||||
dependencies:
|
||||
'@push.rocks/smartenv': 5.0.12
|
||||
'@push.rocks/smartfile': 11.0.20
|
||||
@ -4362,6 +4362,7 @@ snapshots:
|
||||
'@push.rocks/smartpromise': 4.0.3
|
||||
'@push.rocks/smartshell': 3.0.5
|
||||
'@push.rocks/smartstring': 4.0.15
|
||||
'@push.rocks/smarttime': 4.0.6
|
||||
'@types/diff': 5.2.1
|
||||
'@types/minimatch': 5.1.2
|
||||
diff: 5.2.0
|
||||
|
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@git.zone/cli',
|
||||
version: '1.9.109',
|
||||
version: '1.9.112',
|
||||
description: 'A CLI toolbelt to streamline local development cycles by using various gitzone utilities.'
|
||||
}
|
||||
|
Reference in New Issue
Block a user