fix(dependencies): Bump @push.rocks/qenv to ^6.1.3 and add local Claude settings

This commit is contained in:
2025-08-16 12:42:51 +00:00
parent e21815b0e2
commit b1e4ab09db
4 changed files with 14 additions and 8 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2025-08-16 - 5.3.2 - fix(dependencies)
Bump @push.rocks/qenv to ^6.1.3 and add local Claude settings
- Bumped dependency @push.rocks/qenv from ^6.1.2 to ^6.1.3 in package.json
- Added .claude/settings.local.json to provide local Claude permissions and tooling allowances for development/CI helpers
## 2025-08-15 - 5.3.1 - fix(AppData/Conversion)
Improve boolean conversion and mapping evaluation in AppData, ensuring falsy values (like false, 0, and empty strings) are correctly handled and logged. Also, reduce test timeout and add local permissions settings for development.