From 922cf5c9ea5fec2c8035e2d31fcf25e72b9f411d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 12:37:48 +0300 Subject: [PATCH] Upcoming Release Changes (#1573) Co-authored-by: github-actions[bot] --- .changeset/forty-elephants-flow.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/forty-elephants-flow.md diff --git a/.changeset/forty-elephants-flow.md b/.changeset/forty-elephants-flow.md deleted file mode 100644 index 8273e65d7..000000000 --- a/.changeset/forty-elephants-flow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'graphql-config': patch ---- - -revert cosmiconfig update to v8 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bbf2aa9d..a0009e828 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change log +## 5.1.3 + +### Patch Changes + +- [#1572](https://github.com/kamilkisiela/graphql-config/pull/1572) [`d95462c`](https://github.com/kamilkisiela/graphql-config/commit/d95462c4ebf57cac2c2af7e8be97d5bb504fb591) Thanks [@dimaMachina](https://github.com/dimaMachina)! - revert cosmiconfig update to v8 + ## 5.1.2 ### Patch Changes diff --git a/package.json b/package.json index 8e1fd3506..8169bcf26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-config", - "version": "5.1.2", + "version": "5.1.3", "description": "The easiest way to configure your development environment with your GraphQL schema (supported by most tools, editors & IDEs)", "sideEffects": false, "main": "dist/cjs/index.js",