Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/breezy-walls-invent.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down