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",