diff --git a/.changeset/wise-poets-march.md b/.changeset/wise-poets-march.md deleted file mode 100644 index 98b8856a4..000000000 --- a/.changeset/wise-poets-march.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-hive/gateway': patch ---- - -Support `mesh.config` configuration file name for backwards compatibility diff --git a/packages/gateway/CHANGELOG.md b/packages/gateway/CHANGELOG.md index 9a1721a10..4fe394521 100644 --- a/packages/gateway/CHANGELOG.md +++ b/packages/gateway/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphql-hive/gateway +## 1.4.8 + +### Patch Changes + +- [`106f6c1`](https://github.com/graphql-hive/gateway/commit/106f6c128b4a1d188645eba850ff6935d26ef74a) Thanks [@ardatan](https://github.com/ardatan)! - Support `mesh.config` configuration file name for backwards compatibility + ## 1.4.7 ### Patch Changes diff --git a/packages/gateway/package.json b/packages/gateway/package.json index 214a9ce78..32119fb22 100644 --- a/packages/gateway/package.json +++ b/packages/gateway/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/gateway", - "version": "1.4.7", + "version": "1.4.8", "type": "module", "repository": { "type": "git",