Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 633 Bytes

CHANGELOG.md

File metadata and controls

36 lines (22 loc) · 633 Bytes

Changelog

📦 0.3.1

  • Error handling improvements

📦 0.3.0

  • Breaking: Switch NPM package from CommonJS to ESModules
  • Breaking: GitHub action now runs on node20 runtime
  • Breaking: Drop compatibility with node < 20

📦 0.2.2

  • Update documentation
  • Update packages

📦 0.2.1

  • Update documentation
  • Update packages

📦 0.2.0

  • Allow implementations of BaseAction to declare they do not want to write anything by returning null or undefined from render().
  • Update packages

📦 0.1.1

  • Add Documentation
  • Upgrade to @actions/github v5

📦 0.1.0

  • First Release