Skip to content

Commit de57484

Browse files
Version Packages (#107)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4ef38e7 commit de57484

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/funny-horses-matter.md

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

CHANGELOG.md

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

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- [#106](https://github.com/apollo-server-integrations/apollo-server-integration-next/pull/106) [`4ef38e7`](https://github.com/apollo-server-integrations/apollo-server-integration-next/commit/4ef38e77fa87893231ee913edb38f8ecdf5eca6c) Thanks [@martinnabhan](https://github.com/martinnabhan)! - Drop support for Node v14
8+
39
## 1.3.0
410

511
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"test:next13": "DEBUG_PRINT_LIMIT=2147483647 __NEXT_TEST_MODE=jest jest"
6060
},
6161
"types": "dist/index.d.ts",
62-
"version": "1.3.0",
62+
"version": "2.0.0",
6363
"wireit": {
6464
"build": {
6565
"command": "tsc -p tsconfig.build.json",

0 commit comments

Comments
 (0)