Skip to content

Commit bc9f0e5

Browse files
committed
version: 0.16.1
1 parent e1eddff commit bc9f0e5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## 0.16.1
4+
5+
### Patch Changes
6+
7+
- Increase server timeout for streaming
8+
39
## 0.16.0
410

511
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "apollo",
33
"module": "platform/index.ts",
4-
"version": "0.16.0",
4+
"version": "0.16.1",
55
"type": "module",
66
"scripts": {
77
"start": "NODE_ENV=production bun platform/src/index.ts",

0 commit comments

Comments
 (0)