diff --git a/.changeset/honest-bags-check.md b/.changeset/honest-bags-check.md deleted file mode 100644 index 2f96408e..00000000 --- a/.changeset/honest-bags-check.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@as-integrations/koa': minor ---- - -Implement support for the @defer directive. In order to use this feature, you must be using an appropriate version of `graphql`. At the time of writing this, @defer is only available in v17 alpha versions of the `graphql` package, which is currently not officially supported. Due to peer dependencies, you must install graphql like so in order to force v17: -`npm i graphql@alpha --legacy-peer-deps` diff --git a/CHANGELOG.md b/CHANGELOG.md index e054a8cc..58d70d62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## 0.3.0 + +### Minor Changes + +- [#85](https://github.com/apollo-server-integrations/apollo-server-integration-koa/pull/85) [`bb28b66`](https://github.com/apollo-server-integrations/apollo-server-integration-koa/commit/bb28b66c60151289e4fee51ce58443b000e06056) Thanks [@laverdet](https://github.com/laverdet)! - Implement support for the @defer directive. In order to use this feature, you must be using an appropriate version of `graphql`. At the time of writing this, @defer is only available in v17 alpha versions of the `graphql` package, which is currently not officially supported. Due to peer dependencies, you must install graphql like so in order to force v17: + `npm i graphql@alpha --legacy-peer-deps` + ## 0.2.1 ### Patch Changes diff --git a/package.json b/package.json index bf1fe2db..ae23457c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@as-integrations/koa", "description": "Apollo server integration for koa framework", - "version": "0.2.1", + "version": "0.3.0", "author": "Matt Gordon ", "license": "MIT", "repository": {