diff --git a/.changeset/new-zebras-own.md b/.changeset/new-zebras-own.md deleted file mode 100644 index db0e9813a5038..0000000000000 --- a/.changeset/new-zebras-own.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-mesh/migrate-config-cli': patch ---- - -Fix for openapi support diff --git a/packages/legacy/migrate-config-cli/CHANGELOG.md b/packages/legacy/migrate-config-cli/CHANGELOG.md index 458b022e27732..76f2c76070388 100644 --- a/packages/legacy/migrate-config-cli/CHANGELOG.md +++ b/packages/legacy/migrate-config-cli/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-mesh/migrate-config-cli +## 1.2.2 + +### Patch Changes + +- [`c365684`](https://github.com/ardatan/graphql-mesh/commit/c3656845e8f469c83410b8f57b11993a3f04facb) + Thanks [@ardatan](https://github.com/ardatan)! - Fix for openapi support + ## 1.2.1 ### Patch Changes diff --git a/packages/legacy/migrate-config-cli/package.json b/packages/legacy/migrate-config-cli/package.json index 46d2a0f3dcb3d..58a3d44512590 100644 --- a/packages/legacy/migrate-config-cli/package.json +++ b/packages/legacy/migrate-config-cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/migrate-config-cli", - "version": "1.2.1", + "version": "1.2.2", "type": "module", "repository": { "type": "git",