From 15e8b230a5e6f93cada36c38cead489e56db5d2d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 20:51:14 +0200 Subject: [PATCH] Upcoming Release Changes (alpha) (#2486) Co-authored-by: github-actions[bot] --- .changeset/pre.json | 1 + packages/plugin/CHANGELOG.md | 8 ++++++++ packages/plugin/package.json | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index c7e1b9c628b..eb6c9232dfd 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -18,6 +18,7 @@ "@graphql-eslint_eslint-plugin-1792-dependencies", "@graphql-eslint_eslint-plugin-1813-dependencies", "breezy-seals-sparkle", + "chilly-ants-exist", "curly-socks-boil", "dull-scissors-destroy", "few-mails-sparkle", diff --git a/packages/plugin/CHANGELOG.md b/packages/plugin/CHANGELOG.md index 51848150336..083d3465a19 100644 --- a/packages/plugin/CHANGELOG.md +++ b/packages/plugin/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-eslint/eslint-plugin +## 4.0.0-alpha.4 + +### Patch Changes + +- [#2483](https://github.com/dimaMachina/graphql-eslint/pull/2483) + [`d52585a`](https://github.com/dimaMachina/graphql-eslint/commit/d52585a08513546e1c403a6cf83de6d6370e96da) + Thanks [@dimaMachina](https://github.com/dimaMachina)! - fix compatibility with Node.js v22 + ## 4.0.0-alpha.3 ### Patch Changes diff --git a/packages/plugin/package.json b/packages/plugin/package.json index 86dd136c010..e050a3f8385 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-eslint/eslint-plugin", - "version": "4.0.0-alpha.3", + "version": "4.0.0-alpha.4", "type": "module", "description": "GraphQL plugin for ESLint", "repository": "https://github.com/B2o5T/graphql-eslint",