Skip to content

Commit 8007f5a

Browse files
Upcoming Release Changes (#2776)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 84d78b7 commit 8007f5a

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

Diff for: .changeset/pretty-moons-happen.md

-6
This file was deleted.

Diff for: 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.15.0",
16-
"@graphql-eslint/eslint-plugin": "4.0.0",
16+
"@graphql-eslint/eslint-plugin": "4.0.1",
1717
"eslint": "9.15.0"
1818
}
1919
}

Diff for: 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.0.1
4+
5+
### Patch Changes
6+
7+
- [#2775](https://github.com/dimaMachina/graphql-eslint/pull/2775)
8+
[`84d78b7`](https://github.com/dimaMachina/graphql-eslint/commit/84d78b796ad2c44221dd5789be858e8dc87933b5)
9+
Thanks [@dimaMachina](https://github.com/dimaMachina)! - fix error
10+
`TypeError: Cannot read properties of undefined (reading 'type')` in `require-description` rule
11+
312
## 4.0.0
413

514
### Major Changes

Diff for: 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.0.0",
3+
"version": "4.0.1",
44
"type": "module",
55
"description": "GraphQL plugin for ESLint",
66
"repository": "https://github.com/dimaMachina/graphql-eslint",

0 commit comments

Comments
 (0)