Bump packages to fix linter

This commit is contained in:
Henry Mercer 2023-01-18 20:50:03 +00:00
parent ed9506bbaf
commit 0a11e3fdd9
6063 changed files with 378752 additions and 306784 deletions

View file

@ -1,6 +1,16 @@
# v3.0.0
## Added
* Block scope matchers can accept a trailing `*` to optionally match blocks by prefix #35
## Breaking
* Block matchers no longer match prefixes of blocks by default, can now be configured via options #35
# v2.6.0
* Disable auto fixing by default, allow it to be optionally enabled.
* Disable auto fixing by default, allow it to be optionally enabled. #26
# v2.5.0