Skip to content

Releases: tylermilner/last-successful-commit-hash-action

v1.0.3

Choose a tag to compare

@tylermilner tylermilner released this 13 Apr 19:44
e8e87e3

What's Changed

Fixed

  • Fixed debug logging.
    (#25)

Full Changelog: v1.0.2...v1.0.3

v1.0.2

Choose a tag to compare

@tylermilner tylermilner released this 11 Apr 04:50
3de6a5c

What's Changed

Added

  • Added unit tests.
    (#20)

Changed

  • Improved debug logging. Use GHA built-in debug logging rather than
    console.log().
    (#21)
  • Bump @actions/github from 5.1.1 to 6.0.0.
    (#14)
  • Bump eslint-plugin-jest dependency from 27.9.0 to 28.2.0.
    (#13)

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

Choose a tag to compare

@tylermilner tylermilner released this 08 Apr 07:31
f81083c

Added

  • Added comments for main.js
    (#16).
  • Added GitHub health community files
    (#12).

Fixed

  • Fixed ESLint warnings
    (#15).

Full Changelog: v1.0.0...v1.0.1

v1.0.0

Choose a tag to compare

@tylermilner tylermilner released this 07 Apr 18:57
c91ffb4

What's Changed

  • Initial Release