diff --git a/CHANGELOG.md b/CHANGELOG.md index fd7bc842b1c..1f4e264c8c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ All of the packages in the `apollo-server` repo are released with the same version numbers, so a new version of a particular package might not represent an actual change to that package. We generally try to mark changes that affect only one web server integration package with that package name, and don't specify package names for changes that affect most of the packages or which affect shared core packages. ### vNEXT +- Update graphql-playground-html to 1.7.4 [#1586](https://github.com/apollographql/apollo-server/pull/1586) ### v2.0.5 diff --git a/packages/apollo-server-core/src/playground.ts b/packages/apollo-server-core/src/playground.ts index 3187ab791c2..de35a837473 100644 --- a/packages/apollo-server-core/src/playground.ts +++ b/packages/apollo-server-core/src/playground.ts @@ -9,7 +9,7 @@ export { // This specifies the version of GraphQL Playground that will be served // from graphql-playground-html, and is passed to renderPlaygroundPage // by the integration subclasses -const playgroundVersion = '1.7.2'; +const playgroundVersion = '1.7.4'; // https://stackoverflow.com/a/51365037 type RecursivePartial = {