File tree 5 files changed +14
-4
lines changed 5 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 4.98 .0"
2
+ "." : " 4.99 .0"
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 4.99.0 (2025-05-16)
4
+
5
+ Full Changelog: [ v4.98.0...v4.99.0] ( https://github.com/openai/openai-node/compare/v4.98.0...v4.99.0 )
6
+
7
+ ### Features
8
+
9
+ * ** api:** manual updates ([ 75eb804] ( https://github.com/openai/openai-node/commit/75eb804edd6ad653eaa22d47f8c6d09ee845ebf4 ) )
10
+ * ** api:** responses x eval api ([ 5029f1a] ( https://github.com/openai/openai-node/commit/5029f1a05eb1e8601ada06e0a5ba49f4c2b83c02 ) )
11
+ * ** api:** Updating Assistants and Evals API schemas ([ 27fd517] ( https://github.com/openai/openai-node/commit/27fd5173b20f75debe96024ae8f1ce58a8254d26 ) )
12
+
3
13
## 4.98.0 (2025-05-08)
4
14
5
15
Full Changelog: [ v4.97.0...v4.98.0] ( https://github.com/openai/openai-node/compare/v4.97.0...v4.98.0 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @openai/openai" ,
3
- "version" : " 4.98 .0" ,
3
+ "version" : " 4.99 .0" ,
4
4
"exports" : {
5
5
"." : " ./index.ts" ,
6
6
"./helpers/zod" : " ./helpers/zod.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " openai" ,
3
- "version" : " 4.98 .0" ,
3
+ "version" : " 4.99 .0" ,
4
4
"description" : " The official TypeScript library for the OpenAI API" ,
5
5
"author" : " OpenAI <support@openai.com>" ,
6
6
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1
- export const VERSION = '4.98 .0' ; // x-release-please-version
1
+ export const VERSION = '4.99 .0' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments