Skip to content

Commit b7767be

Browse files
committed
version: 0.14.3
1 parent 70d1b7e commit b7767be

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## 0.14.3
4+
5+
### Patch Changes
6+
7+
- - Truncate adaptor docs for legacy job_chat
8+
- Report apollo errors to sentry
9+
- Update error message when the prompt is too long
10+
311
## 0.14.2
412

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

0 commit comments

Comments
 (0)