diff --git a/.changeset/grumpy-tips-call.md b/.changeset/grumpy-tips-call.md deleted file mode 100644 index fae28ce2baf..00000000000 --- a/.changeset/grumpy-tips-call.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-eslint/eslint-plugin': patch ---- - -fix `Parsing error: Cannot read properties of undefined (reading '0') eslint` in VSCode diff --git a/packages/plugin/CHANGELOG.md b/packages/plugin/CHANGELOG.md index 02e87f1bbc3..2b3c9055a85 100644 --- a/packages/plugin/CHANGELOG.md +++ b/packages/plugin/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-eslint/eslint-plugin +## 3.19.3 + +### Patch Changes + +- [#1725](https://github.com/B2o5T/graphql-eslint/pull/1725) + [`5f3f1a5`](https://github.com/B2o5T/graphql-eslint/commit/5f3f1a5095480d63c9ce516cc7a3dccc16c6032f) + Thanks [@B2o5T](https://github.com/B2o5T)! - fix + `Parsing error: Cannot read properties of undefined (reading '0') eslint` in VSCode + ## 3.19.2 ### Patch Changes diff --git a/packages/plugin/package.json b/packages/plugin/package.json index e198f1f9e5e..8d309d6fedf 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-eslint/eslint-plugin", - "version": "3.19.2", + "version": "3.19.3", "description": "GraphQL plugin for ESLint", "repository": "https://github.com/B2o5T/graphql-eslint", "author": "Dotan Simha ",