Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
152b436096 | |||
99f88236cb |
@ -1,17 +1,16 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
```markdown
|
## 1.9.104 - fix(changelog): Fix changelog to remove placeholder entries and adjust formatting
|
||||||
## 1.9.103 - fix(logging): Optimize logger instantiation and configuration.
|
|
||||||
|
|
||||||
- Placeholder entry for the next version changes.
|
- Placeholder entry for the next version changes.
|
||||||
|
|
||||||
|
## 1.9.103 - fix(logging): Optimize logger instantiation and configuration.
|
||||||
|
|
||||||
## 1.9.102 - fix(metadata): Ensure accurate project metadata in package.json
|
## 1.9.102 - fix(metadata): Ensure accurate project metadata in package.json
|
||||||
|
|
||||||
- Placeholder entry for the next version changes.
|
- Placeholder entry for the next version changes.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## 1.9.101 - fix(dependencies): Updated @git.zone/tsdoc dependency version to ^1.2.2 in package.json and pnpm-lock.yaml
|
## 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
|
- Fix: General core updates
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@git.zone/cli",
|
"name": "@git.zone/cli",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "1.9.103",
|
"version": "1.9.104",
|
||||||
"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",
|
||||||
|
@ -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.104',
|
||||||
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