v1.6.1
1.6.1 (2022-04-17)
Bug Fixes
- function-rule: return success if the function rule is
undefined
(82047c3)
Tests
- use AVA for testing instead of Jest (3c4a469)
Code Refactoring
- function-rule: fail fast by checking potential failures and quick returns first (c303b72)
- rules: remove
Rule<unknown>
cast (8e09a33), closes conventional-changelog/commitlint#2146