diff --git a/changelog.md b/changelog.md index 6ef143a..1ae65b5 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2025-11-03 - 1.19.3 - fix(tsdoc) +Bump @git.zone/tsdoc to ^1.8.0 and add .claude local settings + +- Upgrade dependency @git.zone/tsdoc from ^1.6.1 to ^1.8.0 in package.json +- Add .claude/settings.local.json for local assistant permissions/configuration + ## 2025-11-03 - 1.19.2 - fix(tsdoc) Bump @git.zone/tsdoc to ^1.6.1 and add .claude/settings.local.json diff --git a/package.json b/package.json index ad2a749..c81a776 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "@types/node": "^22.15.18" }, "dependencies": { - "@git.zone/tsdoc": "^1.6.1", + "@git.zone/tsdoc": "^1.8.0", "@git.zone/tspublish": "^1.10.3", "@push.rocks/commitinfo": "^1.0.12", "@push.rocks/early": "^4.0.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c0f49bb..767b312 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: dependencies: '@git.zone/tsdoc': - specifier: ^1.6.1 - version: 1.6.1(ws@8.18.3)(zod@3.25.76) + specifier: ^1.8.0 + version: 1.8.0(ws@8.18.3)(zod@3.25.76) '@git.zone/tspublish': specifier: ^1.10.3 version: 1.10.3 @@ -512,8 +512,8 @@ packages: resolution: {integrity: sha512-gBskgM3ECy9FEmhCWnQahDyFCAjjw/7emjx/KYM/FOlPqGV+hmYzt368zwSlkzOGgYF8k9OZ+mp6vexDL/+f2w==} hasBin: true - '@git.zone/tsdoc@1.6.1': - resolution: {integrity: sha512-zKEXLA3JkqHMsFyV3nI8/EKhwnNXs6ImI3WmvsY99guAHPaPfT3Mxl54fLa9uLgwp7q14Ot7g5lI1+48N8A5eQ==} + '@git.zone/tsdoc@1.8.0': + resolution: {integrity: sha512-6pixfOwrAYqimt4/6RnfrHJIyNCdR9dPESfEj/aK9pIK12XOtUq5gBNjrFFwUhOlo0SUeBIdqN5lbN5iQ/Klgw==} hasBin: true '@git.zone/tspublish@1.10.3': @@ -5333,7 +5333,7 @@ snapshots: - '@swc/helpers' - supports-color - '@git.zone/tsdoc@1.6.1(ws@8.18.3)(zod@3.25.76)': + '@git.zone/tsdoc@1.8.0(ws@8.18.3)(zod@3.25.76)': dependencies: '@git.zone/tspublish': 1.10.3 '@push.rocks/early': 4.0.4 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index b34d2a2..4217aee 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.19.2', + version: '1.19.3', description: 'A comprehensive CLI tool for enhancing and managing local development workflows with gitzone utilities, focusing on project setup, version control, code formatting, and template management.' }