Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@timokoessler timokoessler released this 05 Aug 14:26
23a4ef4

Breaking changes ❗

  • The function getCertURLs is no longer async (was async with no need)

Added

  • Export downloadIssuerCert function for usage outside of the module - Thanks @xuzuxing

Changed

  • Use biome for linting and formatting instead of eslint and prettier
  • Improve code quality and test coverage
  • Update dependencies and GitHub Actions