diff --git a/.changeset/lucky-eggs-fetch.md b/.changeset/lucky-eggs-fetch.md deleted file mode 100644 index caa1c829d21..00000000000 --- a/.changeset/lucky-eggs-fetch.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@graphql-eslint/eslint-plugin": patch ---- - -Added `supportsAutofix` to the processor. -Fixes can be applied in JS,TS files now. diff --git a/example/package.json b/example/package.json index 20e7537f6f5..98d114870ed 100644 --- a/example/package.json +++ b/example/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "eslint": "7.14.0", - "@graphql-eslint/eslint-plugin": "0.4.3", + "@graphql-eslint/eslint-plugin": "0.4.4", "graphql": "15.4.0", "typescript": "4.1.2" } diff --git a/packages/plugin/CHANGELOG.md b/packages/plugin/CHANGELOG.md index 201e6bfcfd0..eda52900041 100644 --- a/packages/plugin/CHANGELOG.md +++ b/packages/plugin/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-eslint/eslint-plugin +## 0.4.4 + +### Patch Changes + +- c9bbdbe: Added `supportsAutofix` to the processor. + Fixes can be applied in JS,TS files now. + ## 0.4.3 ### Patch Changes diff --git a/packages/plugin/package.json b/packages/plugin/package.json index d45c34c607d..ef8d678d6d8 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-eslint/eslint-plugin", - "version": "0.4.3", + "version": "0.4.4", "repository": "https://github.com/dotansimha/graphql-eslint", "author": "Dotan Simha ", "license": "MIT",