Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 20 Jun 06:42
fix(ci): regenerate pnpm-lock.yaml to match package.json

The lockfile had drifted from the workspace package.json files (notably the
functions workspace-dep removal in 0112d00), so `pnpm install --frozen-lockfile`
failed in CI — breaking both the Deploy and Release CLI workflows at the install
step. Regenerated with pnpm 9.15.9 to restore frozen installs.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>