From 3cc82b8f31fe0e165d5abbfd07c0c2979ebe4f34 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 29 Nov 2020 17:27:54 +0200 Subject: [PATCH] Upcoming Release Changes (#177) Co-authored-by: github-actions[bot] --- .changeset/lucky-eggs-fetch.md | 6 ------ example/package.json | 2 +- packages/plugin/CHANGELOG.md | 7 +++++++ packages/plugin/package.json | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/lucky-eggs-fetch.md diff --git a/.changeset/lucky-eggs-fetch.md b/.changeset/lucky-eggs-fetch.md deleted file mode 100644 index caa1c829d21..00000000000 --- a/.changeset/lucky-eggs-fetch.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@graphql-eslint/eslint-plugin": patch ---- - -Added `supportsAutofix` to the processor. -Fixes can be applied in JS,TS files now. diff --git a/example/package.json b/example/package.json index 20e7537f6f5..98d114870ed 100644 --- a/example/package.json +++ b/example/package.json @@ -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" } diff --git a/packages/plugin/CHANGELOG.md b/packages/plugin/CHANGELOG.md index 201e6bfcfd0..eda52900041 100644 --- a/packages/plugin/CHANGELOG.md +++ b/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 diff --git a/packages/plugin/package.json b/packages/plugin/package.json index d45c34c607d..ef8d678d6d8 100644 --- a/packages/plugin/package.json +++ b/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 ", "license": "MIT",