diff --git a/.changeset/big-stingrays-deliver.md b/.changeset/big-stingrays-deliver.md deleted file mode 100644 index 94e31ed8fb1..00000000000 --- a/.changeset/big-stingrays-deliver.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-tools/mock': patch ---- - -Fixed typos in the documentation diff --git a/packages/mock/CHANGELOG.md b/packages/mock/CHANGELOG.md index c6dd67e5f4f..de106ef52bf 100644 --- a/packages/mock/CHANGELOG.md +++ b/packages/mock/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-tools/mock +## 9.0.15 + +### Patch Changes + +- [#6865](https://github.com/ardatan/graphql-tools/pull/6865) + [`309748d`](https://github.com/ardatan/graphql-tools/commit/309748d599c352076e2ead3b428d99118e267c32) + Thanks [@mkrl](https://github.com/mkrl)! - Fixed typos in the documentation + ## 9.0.14 ### Patch Changes diff --git a/packages/mock/package.json b/packages/mock/package.json index 735a87d733c..537cf554085 100644 --- a/packages/mock/package.json +++ b/packages/mock/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-tools/mock", - "version": "9.0.14", + "version": "9.0.15", "type": "module", "description": "A set of utils for faster development of GraphQL tools", "repository": {