fix(repo configuration): Update repository metadata to use git.zone naming and add local permission settings

This commit is contained in:
2025-05-26 04:40:10 +00:00
parent 0f762f2063
commit 424046b0de
4 changed files with 12 additions and 5 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 2025-05-26 - 2.2.1 - fix(repo configuration)
Update repository metadata to use 'git.zone' naming and add local permission settings
- Changed githost from 'gitlab.com' to 'code.foss.global' and gitscope from 'gitzone' to 'git.zone' in npmextra.json
- Updated npm package name from '@gitzone/tstest' to '@git.zone/tstest' in npmextra.json and readme.md
- Added .claude/settings.local.json with new permission configuration
## 2025-05-26 - 2.2.0 - feat(watch mode)
Add watch mode support with CLI options and enhanced documentation