diff --git a/.changeset/spotty-lemons-hug.md b/.changeset/spotty-lemons-hug.md deleted file mode 100644 index 763fd738daf..00000000000 --- a/.changeset/spotty-lemons-hug.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-eslint/eslint-plugin': patch ---- - -Fix `schemaOptions` support diff --git a/example/package.json b/example/package.json index 0f12b4862cf..41735afa779 100644 --- a/example/package.json +++ b/example/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "eslint": "7.10.0", - "@graphql-eslint/eslint-plugin": "0.3.1", + "@graphql-eslint/eslint-plugin": "0.3.2", "graphql": "15.3.0", "typescript": "4.0.3" } diff --git a/packages/plugin/CHANGELOG.md b/packages/plugin/CHANGELOG.md index 8892cf016d6..e9f36931c66 100644 --- a/packages/plugin/CHANGELOG.md +++ b/packages/plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphql-eslint/eslint-plugin +## 0.3.2 + +### Patch Changes + +- da77db6: Fix `schemaOptions` support + ## 0.3.1 ### Patch Changes diff --git a/packages/plugin/package.json b/packages/plugin/package.json index 9f2d3b7df8d..3c5d730c9e9 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-eslint/eslint-plugin", - "version": "0.3.1", + "version": "0.3.2", "repository": "https://github.com/dotansimha/graphql-eslint", "author": "Dotan Simha ", "license": "MIT",