From bb1e0a56791617b450426480c58b65a63ca7532e Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 23 Jun 2024 17:13:40 +0200 Subject: [PATCH] fix(metadata): Ensure accurate project metadata in package.json --- changelog.md | 7 +++++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 4cdd137..44bf529 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index e8fa67e..67d1482 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.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.' }