Skip to content
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

Choose a tag to compare

@MeMikko MeMikko released this 08 Aug 08:22
· 56 commits to main since this release
2f19acd
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>