Skip to content

Commit

Permalink
Upcoming Release Changes (#2776)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 27, 2024
1 parent 84d78b7 commit 8007f5a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/pretty-moons-happen.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/graphql-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@eslint/js": "9.15.0",
"@graphql-eslint/eslint-plugin": "4.0.0",
"@graphql-eslint/eslint-plugin": "4.0.1",
"eslint": "9.15.0"
}
}
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

## 4.0.1

### Patch Changes

- [#2775](https://github.com/dimaMachina/graphql-eslint/pull/2775)
[`84d78b7`](https://github.com/dimaMachina/graphql-eslint/commit/84d78b796ad2c44221dd5789be858e8dc87933b5)
Thanks [@dimaMachina](https://github.com/dimaMachina)! - fix error
`TypeError: Cannot read properties of undefined (reading 'type')` in `require-description` rule

## 4.0.0

### Major 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": "4.0.0",
"version": "4.0.1",
"type": "module",
"description": "GraphQL plugin for ESLint",
"repository": "https://github.com/dimaMachina/graphql-eslint",
Expand Down

0 comments on commit 8007f5a

Please sign in to comment.