diff --git a/.changeset/breezy-walls-invent.md b/.changeset/breezy-walls-invent.md deleted file mode 100644 index e6a293f18a2..00000000000 --- a/.changeset/breezy-walls-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-eslint/eslint-plugin': patch ---- - -report errors on first character for `*.vue`/`*.svelte` code, due graphql-tag-pluck limitation we can't know right location diff --git a/packages/plugin/CHANGELOG.md b/packages/plugin/CHANGELOG.md index 27d95f55e71..64e39b77b48 100644 --- a/packages/plugin/CHANGELOG.md +++ b/packages/plugin/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-eslint/eslint-plugin +## 3.14.2 + +### Patch Changes + +- [#1346](https://github.com/B2o5T/graphql-eslint/pull/1346) + [`f031f56`](https://github.com/B2o5T/graphql-eslint/commit/f031f56130d6b6d82bbee8de5008755ad095cc20) + Thanks [@B2o5T](https://github.com/B2o5T)! - report errors on first character for + `*.vue`/`*.svelte` code, due graphql-tag-pluck limitation we can't know right location + ## 3.14.1 ### Patch Changes diff --git a/packages/plugin/package.json b/packages/plugin/package.json index d96fcbee23b..4d20e5a4cac 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-eslint/eslint-plugin", - "version": "3.14.1", + "version": "3.14.2", "description": "GraphQL plugin for ESLint", "repository": "https://github.com/B2o5T/graphql-eslint", "author": "Dotan Simha ",