File tree 5 files changed +22
-4
lines changed
5 files changed +22
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 4.79.3 "
2
+ "." : " 4.79.4 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 4.79.4 (2025-01-21)
4
+
5
+ Full Changelog: [ v4.79.3...v4.79.4] ( https://github.com/openai/openai-node/compare/v4.79.3...v4.79.4 )
6
+
7
+ ### Bug Fixes
8
+
9
+ * ** jsr:** correct zod config ([ e45fa5f] ( https://github.com/openai/openai-node/commit/e45fa5f535ca74789636001e60e33edcad4db83c ) )
10
+
11
+
12
+ ### Chores
13
+
14
+ * ** internal:** minor restructuring ([ #1278 ] ( https://github.com/openai/openai-node/issues/1278 ) ) ([ 58ea92a] ( https://github.com/openai/openai-node/commit/58ea92a7464a04223f24ba31dbc0f7d0cf99cc19 ) )
15
+
16
+
17
+ ### Documentation
18
+
19
+ * update deprecation messages ([ #1275 ] ( https://github.com/openai/openai-node/issues/1275 ) ) ([ 1c6599e] ( https://github.com/openai/openai-node/commit/1c6599e47ef75a71cb309a1e14d97bc97bd036d0 ) )
20
+
3
21
## 4.79.3 (2025-01-21)
4
22
5
23
Full Changelog: [ v4.79.2...v4.79.3] ( https://github.com/openai/openai-node/compare/v4.79.2...v4.79.3 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @openai/openai" ,
3
- "version" : " 4.79.3 " ,
3
+ "version" : " 4.79.4 " ,
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.79.3 " ,
3
+ "version" : " 4.79.4 " ,
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.79.3 ' ; // x-release-please-version
1
+ export const VERSION = '4.79.4 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments