We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fce655e commit aa1b02bCopy full SHA for aa1b02b
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [6.0.1](https://github.com/zakodium/eslint-config-graphql/compare/v6.0.0...v6.0.1) (2024-07-12)
4
+
5
6
+### Bug Fixes
7
8
+* make it work with `--cache` ([fce655e](https://github.com/zakodium/eslint-config-graphql/commit/fce655e7cfd3b45a0aa673269dc5c56578df0f3c))
9
10
## [6.0.0](https://github.com/zakodium/eslint-config-graphql/compare/v5.1.0...v6.0.0) (2024-07-11)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@zakodium/eslint-config-graphql",
- "version": "6.0.0",
+ "version": "6.0.1",
"description": "ESLint config for GraphQL files",
"type": "module",
"exports": {
0 commit comments