fix(publish): Switch publish registry to internal Verdaccio instance and add local CI settings

This commit is contained in:
2025-10-27 17:38:29 +00:00
parent dc868e3fbc
commit 723dca735f
3 changed files with 8 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2025-10-27 - 1.3.1 - fix(publish)
Switch publish registry to internal Verdaccio instance and add local CI settings
- Update package.json publishConfig.registry from https://registry.npmjs.org/ to https://verdaccio.lossless.digital/ to publish packages to the internal Verdaccio registry.
- Add .claude/settings.local.json to include local CI/dev settings (local configuration only).
## 2025-10-27 - 1.3.0 - feat(cli)
Add automatic update command and documentation updates