File tree Expand file tree Collapse file tree 5 files changed +14
-4
lines changed Expand file tree Collapse file tree 5 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 5.23.1 "
2
+ "." : " 5.23.2 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 5.23.2 (2025-09-29)
4
+
5
+ Full Changelog: [ v5.23.1...v5.23.2] ( https://github.com/openai/openai-node/compare/v5.23.1...v5.23.2 )
6
+
7
+ ### Chores
8
+
9
+ * ** env-tests:** upgrade jest-fixed-jsdom 0.0.9 -> ; 0.0.10 ([ 6d6d0b0] ( https://github.com/openai/openai-node/commit/6d6d0b0eaaff86a99141af031f55b7cc6a22772a ) )
10
+ * ** internal:** codegen related update ([ 1b684af] ( https://github.com/openai/openai-node/commit/1b684afd387ccd7b16d226dca3adee92db6e4878 ) )
11
+ * ** internal:** ignore .eslintcache ([ da9e146] ( https://github.com/openai/openai-node/commit/da9e1468d62aa9044ee9d236b419f744f8792bdb ) )
12
+
3
13
## 5.23.1 (2025-09-26)
4
14
5
15
Full Changelog: [ v5.23.0...v5.23.1] ( https://github.com/openai/openai-node/compare/v5.23.0...v5.23.1 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @openai/openai" ,
3
- "version" : " 5.23.1 " ,
3
+ "version" : " 5.23.2 " ,
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" : " 5.23.1 " ,
3
+ "version" : " 5.23.2 " ,
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 = '5.23.1 ' ; // x-release-please-version
1
+ export const VERSION = '5.23.2 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments