Skip to content

Commit 3622b84

Browse files
Version Packages (#124)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 23aa06f commit 3622b84

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/curvy-pianos-cheat.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.1
4+
5+
### Patch Changes
6+
7+
- [#123](https://github.com/apollo-server-integrations/apollo-server-integration-next/pull/123) [`23aa06f`](https://github.com/apollo-server-integrations/apollo-server-integration-next/commit/23aa06f648243907e9790876d6afa3caa51b372f) Thanks [@simonkberg](https://github.com/simonkberg)! - Fix 'API handler should not return a value, received object.' by returning void for API routes
8+
39
## 2.0.0
410

511
### Major 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": "2.0.0",
62+
"version": "2.0.1",
6363
"wireit": {
6464
"build": {
6565
"command": "tsc -p tsconfig.build.json",

0 commit comments

Comments
 (0)