diff --git a/.changeset/rude-chicken-count.md b/.changeset/rude-chicken-count.md deleted file mode 100644 index 4912e0ebc01..00000000000 --- a/.changeset/rude-chicken-count.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'graphiql': patch ---- - -Disable introspection of schema.description by default diff --git a/packages/graphiql/CHANGELOG.md b/packages/graphiql/CHANGELOG.md index b69b703ebd4..5ebd2676307 100644 --- a/packages/graphiql/CHANGELOG.md +++ b/packages/graphiql/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.5.13 + +### Patch Changes + +- [#2097](https://github.com/graphql/graphiql/pull/2097) [`4d3eeaa4`](https://github.com/graphql/graphiql/commit/4d3eeaa4446c84e92cd77f213e454059602a72e5) Thanks [@acao](https://github.com/acao)! - Disable introspection of schema.description by default + ## 1.5.12 ### Patch Changes diff --git a/packages/graphiql/package.json b/packages/graphiql/package.json index 838cfdb42af..65d99de25be 100644 --- a/packages/graphiql/package.json +++ b/packages/graphiql/package.json @@ -1,6 +1,6 @@ { "name": "graphiql", - "version": "1.5.12", + "version": "1.5.13", "description": "An graphical interactive in-browser GraphQL IDE.", "contributors": [ "Hyohyeon Jeong ",