Skip to content

v0.2.10

Choose a tag to compare

@github-actions github-actions released this 09 Sep 11:52
· 39 commits to main since this release

[0.2.10] - 2026-09-09

Fixed

  • Restore a green pnpm install --frozen-lockfile on pnpm 11: pnpm 11 enables minimumReleaseAge by default (1440 minutes) and its frozen-install lockfile supply-chain verification pass ignores minimumReleaseAgeExclude — both the exact @deepseek-ai/dsh-*@0.1.5-alpha.1 entries and an @deepseek-ai/* pattern — so the freshly published 0.1.5-alpha.1 dev/test pins failed with ERR_PNPM_MINIMUM_RELEASE_AGE_VIOLATION (17 lockfile entries, reproduced locally against a clean store). pnpm-workspace.yaml now sets minimumReleaseAge: 0, matching the sibling PerryLink plugins, and keeps the exclusion list as the documented intent. The v0.2.9 tag already carried that list and still failed at the Install step in both Release and CI, which is why 0.2.9 never reached npm; no runtime behavior changes.