Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
c05f2d35e5 | |||
c0a409bbc9 |
@ -1,5 +1,10 @@
|
||||
# Changelog
|
||||
|
||||
## 2024-09-27 - 1.9.124 - fix(cli)
|
||||
Ensured proper existence and initialization of readme files
|
||||
|
||||
- Ensured readme.md and readme.hints.md files are created and initialized if they do not exist.
|
||||
|
||||
## 2024-09-27 - 1.9.123 - fix(core)
|
||||
No changes detected
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@git.zone/cli",
|
||||
"private": false,
|
||||
"version": "1.9.123",
|
||||
"version": "1.9.124",
|
||||
"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",
|
||||
|
1246
pnpm-lock.yaml
generated
1246
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@git.zone/cli',
|
||||
version: '1.9.123',
|
||||
version: '1.9.124',
|
||||
description: 'A CLI toolbelt to streamline local development cycles by using various gitzone utilities.'
|
||||
}
|
||||
|
Reference in New Issue
Block a user