This repository was archived by the owner on Aug 27, 2026. It is now read-only.
v0.2.1: Bump to 0.2.1: fix package-lock.json out of sync with hoodgrow ^0.2.0
The v0.2.0 release's npm ci step failed: npm error Invalid: lock file's hoodgrow@0.1.0 does not satisfy hoodgrow@0.2.0 package.json's dependency was bumped to hoodgrow ^0.2.0 but package-lock.json was never regenerated, so npm ci (strict, unlike npm install) rejected the mismatch before npm publish ever ran. Verified locally: npm ci now succeeds against the real published hoodgrow@0.2.0, build and all 10 tests pass. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>