Skip to content

Commit 3cc82b8

Browse files
Upcoming Release Changes (#177)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c9bbdbe commit 3cc82b8

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

.changeset/lucky-eggs-fetch.md

-6
This file was deleted.

example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"eslint": "7.14.0",
13-
"@graphql-eslint/eslint-plugin": "0.4.3",
13+
"@graphql-eslint/eslint-plugin": "0.4.4",
1414
"graphql": "15.4.0",
1515
"typescript": "4.1.2"
1616
}

packages/plugin/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphql-eslint/eslint-plugin
22

3+
## 0.4.4
4+
5+
### Patch Changes
6+
7+
- c9bbdbe: Added `supportsAutofix` to the processor.
8+
Fixes can be applied in JS,TS files now.
9+
310
## 0.4.3
411

512
### Patch Changes

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": "0.4.3",
3+
"version": "0.4.4",
44
"repository": "https://github.com/dotansimha/graphql-eslint",
55
"author": "Dotan Simha <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)