Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 3.94 KB

File metadata and controls

32 lines (25 loc) · 3.94 KB

Changelog

0.10.0 (2026-04-09)

Features

  • add CI and automated release workflows (#2) (8dcb113)
  • add configurable token input and fetch remote refs before processing (ccd1858)
  • add JSON Schema for config validation and IDE autocomplete (175110b)
  • add minReleaseAgeDays config for supply chain protection (e7dd39c)
  • add monorepo support with automatic catalog directory discovery (de67f7e)
  • add prerelease version support (04d3769)
  • add release change type for prerelease-to-stable graduation (227daec)
  • add vulnerability audit with transitive dependency overrides (c1a8441)
  • make catalog-update-action a CLI tool (747af53)
  • replace tsc with oxlint and oxfmt (#6) (4a77686)
  • scope override keys by vulnerable range for multi-range support (8be60b4)

Bug Fixes

  • clean up stale tool-generated overrides from package.json (eea789f)
  • configure git identity and GH_TOKEN in action (4670916)
  • delete lockfile before install for override branches (be1bc0c)
  • improve error handling for PR creation failures (a9947c7)
  • push version tag explicitly instead of using --follow-tags (#5) (b46ce76)
  • remove hardcoded GITHUB_TOKEN, inherit from caller (4bac3ac)
  • remove registry-url to allow npm OIDC trusted publishing (#3) (f44933a)
  • store publish times for packages without GitHub repo URL (902a0b2)
  • update repo URLs to brandhaug/catalog-update-action (6301eec)
  • use node 24 for npm trusted publishing OIDC support (#4) (fbdd02c)