File tree Expand file tree Collapse file tree 5 files changed +13
-4
lines changed Expand file tree Collapse file tree 5 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 4.76.1 "
2
+ "." : " 4.76.2 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 4.76.2 (2024-12-12)
4
+
5
+ Full Changelog: [ v4.76.1...v4.76.2] ( https://github.com/openai/openai-node/compare/v4.76.1...v4.76.2 )
6
+
7
+ ### Chores
8
+
9
+ * ** internal:** update isAbsoluteURL ([ #1223 ] ( https://github.com/openai/openai-node/issues/1223 ) ) ([ e908ed7] ( https://github.com/openai/openai-node/commit/e908ed759996fb7706baf46d094fc77419423971 ) )
10
+ * ** types:** nicer error class types + jsdocs ([ #1219 ] ( https://github.com/openai/openai-node/issues/1219 ) ) ([ 576d24c] ( https://github.com/openai/openai-node/commit/576d24cc4b3d766dfe28a6031bdc24ac1b711655 ) )
11
+
3
12
## 4.76.1 (2024-12-10)
4
13
5
14
Full Changelog: [ v4.76.0...v4.76.1] ( https://github.com/openai/openai-node/compare/v4.76.0...v4.76.1 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @openai/openai" ,
3
- "version" : " 4.76.1 " ,
3
+ "version" : " 4.76.2 " ,
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.1 " ,
3
+ "version" : " 4.76.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 = '4.76.1 ' ; // x-release-please-version
1
+ export const VERSION = '4.76.2 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments