Skip to content

Commit d4b7b2a

Browse files
Version Packages (#267)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2572fca commit d4b7b2a

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

.changeset/dry-plants-beam.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @as-integrations/next
22

3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- [#264](https://github.com/apollo-server-integrations/apollo-server-integration-next/pull/264) [`2572fca`](https://github.com/apollo-server-integrations/apollo-server-integration-next/commit/2572fca368777ad03ebc6b739097080d02aa15d4) Thanks [@karl-run](https://github.com/karl-run)! - Add support for Apollo Server 5
8+
9+
This release drops support for Apollo Server 4, and since Apollo Server 5 drops support for Node.js 18
10+
we're also dropping support for Node.js 18.
11+
312
## 3.2.0
413

514
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"test:next15": "NEXT_VERSION=15 npm run test:next"
6565
},
6666
"types": "dist/index.d.ts",
67-
"version": "3.2.0",
67+
"version": "4.0.0",
6868
"wireit": {
6969
"build": {
7070
"command": "tsc -p tsconfig.build.json",

0 commit comments

Comments
 (0)