diff --git a/.changeset/three-glasses-taste.md b/.changeset/three-glasses-taste.md deleted file mode 100644 index fd1ab3a8f..000000000 --- a/.changeset/three-glasses-taste.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@quilted/graphql-tools': patch ---- - -Add options to output GraphQL documents to a string, and to omit the source diff --git a/packages/graphql-tools/CHANGELOG.md b/packages/graphql-tools/CHANGELOG.md index 7adda66e1..6b28454d5 100644 --- a/packages/graphql-tools/CHANGELOG.md +++ b/packages/graphql-tools/CHANGELOG.md @@ -1,5 +1,11 @@ # @quilted/graphql +## 0.2.4 + +### Patch Changes + +- [`f6bc262`](https://github.com/lemonmade/quilt/commit/f6bc262ea020a94a1ecc0de4cda8ef6d6371ee23) Thanks [@lemonmade](https://github.com/lemonmade)! - Add options to output GraphQL documents to a string, and to omit the source + ## 0.2.3 ### Patch Changes diff --git a/packages/graphql-tools/package.json b/packages/graphql-tools/package.json index f7ef3342c..ec6c9ee77 100644 --- a/packages/graphql-tools/package.json +++ b/packages/graphql-tools/package.json @@ -1,7 +1,7 @@ { "name": "@quilted/graphql-tools", "type": "module", - "version": "0.2.3", + "version": "0.2.4", "license": "MIT", "repository": { "type": "git",