diff --git a/.changeset/new-changeset.md b/.changeset/new-changeset.md deleted file mode 100644 index a57b5bdd397..00000000000 --- a/.changeset/new-changeset.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'graphiql': patch ---- - -**CRITICAL SECURITY PATCH** for the [GraphiQL introspection schema template injection attack](https://github.com/graphql/graphiql/security/advisories/GHSA-x4r7-m2q9-69c8) diff --git a/packages/graphiql/CHANGELOG.md b/packages/graphiql/CHANGELOG.md index 162ff19cfdc..44b2a58b455 100644 --- a/packages/graphiql/CHANGELOG.md +++ b/packages/graphiql/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.4.7 + +### Patch Changes + +- [`130ddad6`](https://github.com/graphql/graphiql/commit/130ddad6d0394356ec32070a6fee1840450a4660) Thanks [@acao](https://github.com/acao)! - **CRITICAL SECURITY PATCH** for the [GraphiQL introspection schema template injection attack](https://github.com/graphql/graphiql/security/advisories/GHSA-x4r7-m2q9-69c8) + ## 1.4.6 ### Patch Changes diff --git a/packages/graphiql/package.json b/packages/graphiql/package.json index a0455d9cf2f..81004c733e2 100644 --- a/packages/graphiql/package.json +++ b/packages/graphiql/package.json @@ -1,6 +1,6 @@ { "name": "graphiql", - "version": "1.4.6", + "version": "1.4.7", "description": "An graphical interactive in-browser GraphQL IDE.", "contributors": [ "Hyohyeon Jeong ",