v0.21.2
v0.21.2 (2024-01-16)
Chore
- chore: replace unsupported google eslint with eslint recommended (#356)
closes #337
-
Replace the
eslint-google-config
settings witheslint:recommended
for generated typescript and javascript eslint config files. -
Add missing module
identify
to homebrew formula -
Fix lint config issues
- Fix mismatched file names in pre-commit file and config files
- Create separate files for JavaScript and TypeScript
- 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
)