diff --git a/.changeset/asd-asd-cli.md b/.changeset/asd-asd-cli.md deleted file mode 100644 index 86f60c9021..0000000000 --- a/.changeset/asd-asd-cli.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-hive/cli': patch ---- - -No changes in this version diff --git a/packages/libraries/cli/CHANGELOG.md b/packages/libraries/cli/CHANGELOG.md index 85509fb7ee..571c3cdbdb 100644 --- a/packages/libraries/cli/CHANGELOG.md +++ b/packages/libraries/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-hive/cli +## 0.48.3 + +### Patch Changes + +- [#6508](https://github.com/graphql-hive/console/pull/6508) + [`716868b`](https://github.com/graphql-hive/console/commit/716868bae607f8ee0a800ade060010b2c9e144aa) + Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - No changes in this version + ## 0.48.2 ### Patch Changes diff --git a/packages/libraries/cli/package.json b/packages/libraries/cli/package.json index 8af596f33c..bf47fc785c 100644 --- a/packages/libraries/cli/package.json +++ b/packages/libraries/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/cli", - "version": "0.48.2", + "version": "0.48.3", "description": "A CLI util to manage and control your GraphQL Hive", "repository": { "type": "git",