Skip to content

v0.21.2

Compare
Choose a tag to compare
@actions-helper actions-helper released this 16 Jan 17:25
· 133 commits to main since this release

v0.21.2 (2024-01-16)

Chore

  • chore: replace unsupported google eslint with eslint recommended (#356)

closes #337

  • Replace the eslint-google-config settings with eslint:recommended
    for generated typescript and javascript eslint config files.

  • Add missing module identify to homebrew formula

  • Fix lint config issues

    1. Fix mismatched file names in pre-commit file and config files
    2. Create separate files for JavaScript and TypeScript
    3. Add missing dependency for needed TypeScript pre-commit file (f86b5d3)

Fix

  • fix: Update semantic-release config (#366)

Our current configuration for
semantic-release
seemingly indicates that "chore" PRs result in a patch release, but in
practice they do not. I've opted to update the configuration to match
the current behavior, rather than the other way around. (8b1beb3)