diff --git a/.changeset/large-cycles-marry.md b/.changeset/large-cycles-marry.md deleted file mode 100644 index 29cd102..0000000 --- a/.changeset/large-cycles-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-compat-utils": patch ---- - -fix(rule-tester): setDefaultConfig diff --git a/CHANGELOG.md b/CHANGELOG.md index e98fa44..583579c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-compat-utils +## 0.6.2 + +### Patch Changes + +- fix(rule-tester): setDefaultConfig ([#56](https://github.com/ota-meshi/eslint-compat-utils/pull/56)) + ## 0.6.1 ### Patch Changes diff --git a/package.json b/package.json index 1c67685..5003c70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-compat-utils", - "version": "0.6.1", + "version": "0.6.2", "description": "Provides an API for ESLint custom rules that is compatible with the latest ESLint even when using older ESLint.", "engines": { "node": ">=12"