We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1747b8 commit 0684dacCopy full SHA for 0684dac
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## [3.0.0](https://www.github.com/zakodium/eslint-config-graphql/compare/v2.0.0...v3.0.0) (2021-10-15)
4
+
5
6
+### ⚠ BREAKING CHANGES
7
8
+* update to ESLint v8
9
10
+### Features
11
12
+* update to ESLint v8 ([f1747b8](https://www.github.com/zakodium/eslint-config-graphql/commit/f1747b8f32faa08a6e5d97d6cfb5d6bbf62c92ce))
13
14
## [2.0.0](https://www.github.com/zakodium/eslint-config-graphql/compare/v1.3.0...v2.0.0) (2021-10-12)
15
16
package.json
@@ -1,6 +1,6 @@
{
"name": "@zakodium/eslint-config-graphql",
- "version": "2.0.0",
+ "version": "3.0.0",
"description": "ESLint config for GraphQL files",
"main": "index.js",
"license": "MIT",
0 commit comments