Skip to content

Commit

Permalink
Upcoming Release Changes (#177)
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] committed Nov 29, 2020
1 parent c9bbdbe commit 3cc82b8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/lucky-eggs-fetch.md

This file was deleted.

2 changes: 1 addition & 1 deletion example/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"eslint": "7.14.0",
"@graphql-eslint/eslint-plugin": "0.4.3",
"@graphql-eslint/eslint-plugin": "0.4.4",
"graphql": "15.4.0",
"typescript": "4.1.2"
}
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin/CHANGELOG.md
@@ -1,5 +1,12 @@
# @graphql-eslint/eslint-plugin

## 0.4.4

### Patch Changes

- c9bbdbe: Added `supportsAutofix` to the processor.
Fixes can be applied in JS,TS files now.

## 0.4.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-eslint/eslint-plugin",
"version": "0.4.3",
"version": "0.4.4",
"repository": "https://github.com/dotansimha/graphql-eslint",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 3cc82b8

Please sign in to comment.