Skip to content

Commit

Permalink
update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
farzadab committed Nov 24, 2023
1 parent 5f6857d commit 6505e5e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion packages/ai-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"repository": "fixie-ai/ai-jsx",
"bugs": "https://github.com/fixie-ai/ai-jsx/issues",
"homepage": "https://ai-jsx.com",
"version": "0.28.1",
"version": "0.28.2",
"volta": {
"extends": "../../package.json"
},
Expand Down Expand Up @@ -334,6 +334,7 @@
"@types/eslint": "^8",
"@types/jest": "^29.5.2",
"@types/js-yaml": "^4.0.5",
"@types/jsesc": "^3.0.3",
"@types/lodash": "^4.14.194",
"@types/node": "^20.2.1",
"@types/react": "^18.2.7",
Expand Down Expand Up @@ -387,6 +388,7 @@
"ink": "^4.2.0",
"js-tiktoken": "^1.0.8",
"js-yaml": "^4.1.0",
"jsesc": "^3.0.2",
"langchain": "^0.0.143",
"lodash": "^4.17.21",
"ml-distance": "^4.0.1",
Expand Down
6 changes: 5 additions & 1 deletion packages/docs/docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## 0.28.1
## 0.28.2

- Fix bug where partially streamed unicode characters (e.g. Chinese) would cause an error in OpenAI function calls.

## [0.28.1](https://github.com/fixie-ai/ai-jsx/tree/4c67d845f48585dc3f26e90a9a656471f40c82ed)

- Add `openai.finish_reason` span attribute for `OpenAIChatModel`

Expand Down

0 comments on commit 6505e5e

Please sign in to comment.