File tree Expand file tree Collapse file tree 5 files changed +17
-4
lines changed Expand file tree Collapse file tree 5 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 4.76.2 "
2
+ "." : " 4.76.3 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 4.76.3 (2024-12-13)
4
+
5
+ Full Changelog: [ v4.76.2...v4.76.3] ( https://github.com/openai/openai-node/compare/v4.76.2...v4.76.3 )
6
+
7
+ ### Chores
8
+
9
+ * ** internal:** better ecosystem test debugging ([ 86fc0a8] ( https://github.com/openai/openai-node/commit/86fc0a81ede2780d3fcebaabff3d9fa9a36cc9c0 ) )
10
+
11
+
12
+ ### Documentation
13
+
14
+ * ** README:** fix helpers section links ([ #1224 ] ( https://github.com/openai/openai-node/issues/1224 ) ) ([ efbe30a] ( https://github.com/openai/openai-node/commit/efbe30a156cec1836d3db28f663066b33be57ba2 ) )
15
+
3
16
## 4.76.2 (2024-12-12)
4
17
5
18
Full Changelog: [ v4.76.1...v4.76.2] ( https://github.com/openai/openai-node/compare/v4.76.1...v4.76.2 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @openai/openai" ,
3
- "version" : " 4.76.2 " ,
3
+ "version" : " 4.76.3 " ,
4
4
"exports" : " ./index.ts" ,
5
5
"publish" : {
6
6
"exclude" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " openai" ,
3
- "version" : " 4.76.2 " ,
3
+ "version" : " 4.76.3 " ,
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.76.2 ' ; // x-release-please-version
1
+ export const VERSION = '4.76.3 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments