File tree Expand file tree Collapse file tree 5 files changed +12
-4
lines changed Expand file tree Collapse file tree 5 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 6.2.0 "
2
+ "." : " 6.2.1 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 6.2.1 (2025-10-06)
4
+
5
+ Full Changelog: [ v6.2.0...v6.2.1] ( https://github.com/openai/openai-node/compare/v6.2.0...v6.2.1 )
6
+
7
+ ### Chores
8
+
9
+ * ** internal:** use npm pack for build uploads ([ a532410] ( https://github.com/openai/openai-node/commit/a53241032e1177a390337986399da57e39be25ec ) )
10
+
3
11
## 6.2.0 (2025-10-06)
4
12
5
13
Full Changelog: [ v6.1.0...v6.2.0] ( https://github.com/openai/openai-node/compare/v6.1.0...v6.2.0 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @openai/openai" ,
3
- "version" : " 6.2.0 " ,
3
+ "version" : " 6.2.1 " ,
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" : " 6.2.0 " ,
3
+ "version" : " 6.2.1 " ,
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 = '6.2.0 ' ; // x-release-please-version
1
+ export const VERSION = '6.2.1 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments