Skip to content

Commit 3d69120

Browse files
committed
bump version
1 parent fc9bc49 commit 3d69120

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

.changeset/beige-shrimps-vanish.md

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

.changeset/real-rocks-occur.md

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

CHANGELOG.md

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

3+
## 0.16.3
4+
5+
### Patch Changes
6+
7+
- fc9bc49: workflow_chat: fix an issue where ids may not be perserved properly
8+
- fc9bc49: job_chat: improved performance when reading logs from a run
9+
310
## 0.16.2
411

512
### Patch 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.2",
4+
"version": "0.16.3",
55
"type": "module",
66
"scripts": {
77
"start": "NODE_ENV=production bun platform/src/index.ts",

0 commit comments

Comments
 (0)