diff --git a/.changeset/wise-paws-speak.md b/.changeset/wise-paws-speak.md deleted file mode 100644 index 4c5ec5fd7dc..00000000000 --- a/.changeset/wise-paws-speak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-eslint/eslint-plugin': patch ---- - -Fix a bug in the input-name rule to make sure it only checks fields on the Mutation type diff --git a/example/package.json b/example/package.json index 0089f1ecf64..75a00cf2c28 100644 --- a/example/package.json +++ b/example/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "eslint": "7.13.0", - "@graphql-eslint/eslint-plugin": "0.4.2", + "@graphql-eslint/eslint-plugin": "0.4.3", "graphql": "15.4.0", "typescript": "4.0.5" } diff --git a/packages/plugin/CHANGELOG.md b/packages/plugin/CHANGELOG.md index 6d35ca98cce..201e6bfcfd0 100644 --- a/packages/plugin/CHANGELOG.md +++ b/packages/plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphql-eslint/eslint-plugin +## 0.4.3 + +### Patch Changes + +- 0fe0f68: Fix a bug in the input-name rule to make sure it only checks fields on the Mutation type + ## 0.4.2 ### Patch Changes diff --git a/packages/plugin/package.json b/packages/plugin/package.json index 53f58e3aeb7..867af8d542d 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-eslint/eslint-plugin", - "version": "0.4.2", + "version": "0.4.3", "repository": "https://github.com/dotansimha/graphql-eslint", "author": "Dotan Simha ", "license": "MIT",