Skip to content

Commit eaaba0a

Browse files
Version Packages (#164)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3a5137a commit eaaba0a

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

.changeset/stale-plums-retire.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+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- [#160](https://github.com/apollo-server-integrations/apollo-server-integration-next/pull/160) [`3a5137a`](https://github.com/apollo-server-integrations/apollo-server-integration-next/commit/3a5137a7f04ae9bc0a2b868060de041d8b218872) Thanks [@arakelovd](https://github.com/arakelovd)! - Add support for Next.js 14 and drop support for Node.js 16
8+
9+
Next.js 14 drops support for Node.js 16,
10+
which is why we're also dropping support for Node.js 16.
11+
312
## 2.0.2
413

514
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"test:next14": "NEXT_VERSION=14 npm run test:next"
6262
},
6363
"types": "dist/index.d.ts",
64-
"version": "2.0.2",
64+
"version": "3.0.0",
6565
"wireit": {
6666
"build": {
6767
"command": "tsc -p tsconfig.build.json",

0 commit comments

Comments
 (0)