Skip to content

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 11 Aug 13:19
· 19 commits to main since this release
v0.2.1
5382296

Added

  • Release workflow: pushing a v* tag runs the test suite, publishes to npm
    via trusted publishing (OIDC, no token) and creates a GitHub release from
    the changelog entry.
  • CI: weekly scheduled runs, npm audit job (fails on high/critical),
    coverage reporting with thresholds on the Node 24 run.
  • Dependabot updates for npm dependencies (minor/patch grouped) and pinned
    GitHub Actions.
  • Tests for the configuration loader (URL validation, credential cleanup,
    plain-http warning).