diff --git a/.changeset/witty-pens-nail.md b/.changeset/witty-pens-nail.md deleted file mode 100644 index 5ec6d33..0000000 --- a/.changeset/witty-pens-nail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@as-integrations/next': minor ---- - -Add support for incremental delivery diff --git a/CHANGELOG.md b/CHANGELOG.md index 922aab0..ef0261b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @as-integrations/next +## 3.1.0 + +### Minor Changes + +- [#204](https://github.com/apollo-server-integrations/apollo-server-integration-next/pull/204) [`e7b02be`](https://github.com/apollo-server-integrations/apollo-server-integration-next/commit/e7b02bef6a50fc046c049af6ab172f28ea979214) Thanks [@jer-k](https://github.com/jer-k)! - Add support for incremental delivery + ## 3.0.0 ### Major Changes diff --git a/package.json b/package.json index b9cb6f9..b4eef9c 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "test:next14": "NEXT_VERSION=14 npm run test:next" }, "types": "dist/index.d.ts", - "version": "3.0.0", + "version": "3.1.0", "wireit": { "build": { "command": "tsc -p tsconfig.build.json",