From ad59e3d334dc496c7503b4d70b93d63c0b0ea90a Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Thu, 18 Sep 2025 09:25:37 +0000 Subject: [PATCH] fix(ci): Add local tool permissions config to allow running pnpm scripts and enable mcp__zen__chat --- changelog.md | 6 ++++++ ts_web/00_commitinfo_data.ts | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 0b67e3b..c72c3f1 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2025-09-18 - 1.11.8 - fix(ci) +Add local tool permissions config to allow running pnpm scripts and enable mcp__zen__chat + +- Add local settings file to grant permission to run pnpm scripts (Bash(pnpm run:*)) +- Enable mcp__zen__chat permission in local tool settings + ## 2025-09-16 - 1.11.7 - fix(readme) Expand README with comprehensive component documentation, examples and developer guide; add local Claude settings diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 3ffbfe7..d58a213 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@design.estate/dees-catalog', - version: '1.11.7', + version: '1.11.8', description: 'A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.' }