Skip to content

v1.1.1

Choose a tag to compare

@Scoz9 Scoz9 released this 09 Jul 18:44
· 23 commits to main since this release
6055d85

Fixed

  • npm publish in the release workflow. It had never succeeded: the step that
    upgraded npm to satisfy trusted publishing (npm install -g npm@latest) made
    npm prune its own dependencies mid-upgrade, and --provenance then died on a
    missing sigstore. Node 24 bundles npm 11.16.0, past the 11.5.1 trusted
    publishing needs, so the upgrade is gone and the runtime supplies it. See #4.

No change to the guidelines, configs, prompts or plugin. v1.1.0 carries the
same content but was never published to npm, because its tag predates this fix.