diff --git a/.changeset/brave-knives-remain.md b/.changeset/brave-knives-remain.md deleted file mode 100644 index 6e56bf2ac..000000000 --- a/.changeset/brave-knives-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'graphql-config': patch ---- - -Revert minimatch and cosmiconfig versions diff --git a/CHANGELOG.md b/CHANGELOG.md index 591a6f722..1b02f6eb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change log +## 5.1.5 + +### Patch Changes + +- [#1727](https://github.com/graphql-hive/graphql-config/pull/1727) [`4f2bda9`](https://github.com/graphql-hive/graphql-config/commit/4f2bda98d8b00b0f015c260885202fd53550da9f) Thanks [@eddeee888](https://github.com/eddeee888)! - Revert minimatch and cosmiconfig versions + ## 5.1.4 ### Patch Changes diff --git a/package.json b/package.json index 7552e9102..74fc3e7f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-config", - "version": "5.1.4", + "version": "5.1.5", "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",