We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bc148c commit a678a64Copy full SHA for a678a64
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## [5.0.0](https://www.github.com/zakodium/eslint-config-graphql/compare/v4.0.2...v5.0.0) (2023-02-21)
4
+
5
6
+### ⚠ BREAKING CHANGES
7
8
+* update peer dependencies to graphql v16
9
10
+### Features
11
12
+* update peer dependencies to graphql v16 ([0bc148c](https://www.github.com/zakodium/eslint-config-graphql/commit/0bc148c8673070c7aee5b9f5aa47c1726cf41d79))
13
14
### [4.0.2](https://www.github.com/zakodium/eslint-config-graphql/compare/v4.0.1...v4.0.2) (2022-06-09)
15
16
package.json
@@ -1,6 +1,6 @@
{
"name": "@zakodium/eslint-config-graphql",
- "version": "4.0.2",
+ "version": "5.0.0",
"description": "ESLint config for GraphQL files",
"main": "index.js",
"license": "MIT",
0 commit comments