Skip to content

Commit 73a6751

Browse files
Upcoming Release Changes (#2807)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent db2f5dd commit 73a6751

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

.changeset/clever-nails-wash.md

-5
This file was deleted.

examples/graphql-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@eslint/js": "9.16.0",
16-
"@graphql-eslint/eslint-plugin": "4.2.0",
16+
"@graphql-eslint/eslint-plugin": "4.2.1",
1717
"eslint": "9.16.0"
1818
}
1919
}

packages/plugin/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @graphql-eslint/eslint-plugin
22

3+
## 4.2.1
4+
5+
### Patch Changes
6+
7+
- [#2805](https://github.com/dimaMachina/graphql-eslint/pull/2805)
8+
[`fc2bf85`](https://github.com/dimaMachina/graphql-eslint/commit/fc2bf850b813ac567967ee5ce0f1358f0b7fa4e0)
9+
Thanks [@FloEdelmann](https://github.com/FloEdelmann)! - fix(deps): increase minimum
10+
graphql-config version
11+
312
## 4.2.0
413

514
### Minor Changes

packages/plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-eslint/eslint-plugin",
3-
"version": "4.2.0",
3+
"version": "4.2.1",
44
"type": "module",
55
"description": "GraphQL plugin for ESLint",
66
"repository": "https://github.com/dimaMachina/graphql-eslint",

0 commit comments

Comments
 (0)