Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
2361bfcad4 | |||
bb1e0a5679 |
@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 1.9.102 - fix(metadata): Ensure accurate project metadata in package.json
|
||||
|
||||
- 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
|
||||
|
||||
- Fix: General core updates
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@git.zone/cli",
|
||||
"private": false,
|
||||
"version": "1.9.101",
|
||||
"version": "1.9.102",
|
||||
"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",
|
||||
|
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@git.zone/cli',
|
||||
version: '1.9.101',
|
||||
version: '1.9.102',
|
||||
description: 'A CLI toolbelt to streamline local development cycles by using various gitzone utilities.'
|
||||
}
|
||||
|
Reference in New Issue
Block a user