Skip to content

v1.5.1

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jan 03:21
· 15 commits to main since this release
3da8bd7

1.5.1 (2024-01-03)

Bug Fixes

  • index.ts: remove unnecessary module.exports line to clean up code and adhere to ES6 syntax (3da8bd7)

Documentation

  • README.md: add SonarQube quality gate status badge to provide quick access to code quality metrics (79df843)

Code Refactoring

  • index.ts: replace logical OR with nullish coalescing operator for better handling of falsy values (2c7bfe9)