diff --git a/changelog.md b/changelog.md index 9e03944..3b83c3d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2025-05-26 - 2.2.2 - fix(config) +Cleanup project configuration by adding local CLAUDE settings and removing redundant license files + +- Added .claude/settings.local.json with updated permissions for CLI and build tasks +- Removed license and license.md files to streamline repository content + ## 2025-05-26 - 2.2.1 - fix(repo configuration) Update repository metadata to use 'git.zone' naming and add local permission settings diff --git a/license b/license.md similarity index 100% rename from license rename to license.md diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index a8f12d5..c864628 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@git.zone/tstest', - version: '2.2.1', + version: '2.2.2', description: 'a test utility to run tests that match test/**/*.ts' }