File tree Expand file tree Collapse file tree 5 files changed +23
-4
lines changed Expand file tree Collapse file tree 5 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 4.77.0 "
2
+ "." : " 4.77.1 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 4.77.1 (2024-12-21)
4
+
5
+ Full Changelog: [ v4.77.0...v4.77.1] ( https://github.com/openai/openai-node/compare/v4.77.0...v4.77.1 )
6
+
7
+ ### Bug Fixes
8
+
9
+ * ** client:** normalize method ([ #1235 ] ( https://github.com/openai/openai-node/issues/1235 ) ) ([ 4a213da] ( https://github.com/openai/openai-node/commit/4a213dad6f2104dc02a75724acc62134d25db472 ) )
10
+
11
+
12
+ ### Chores
13
+
14
+ * ** internal:** spec update ([ #1231 ] ( https://github.com/openai/openai-node/issues/1231 ) ) ([ a97ea73] ( https://github.com/openai/openai-node/commit/a97ea73cafcb56e94be7ff691c4022da575cf60e ) )
15
+
16
+
17
+ ### Documentation
18
+
19
+ * minor formatting changes ([ #1236 ] ( https://github.com/openai/openai-node/issues/1236 ) ) ([ 6387968] ( https://github.com/openai/openai-node/commit/63879681ccaca3dc1e17b27464e2f830b8f63b4f ) )
20
+ * ** readme:** add alpha callout ([ f2eff37] ( https://github.com/openai/openai-node/commit/f2eff3780e1216f7f420f7b86d47f4e21986b10e ) )
21
+
3
22
## 4.77.0 (2024-12-17)
4
23
5
24
Full Changelog: [ v4.76.3...v4.77.0] ( https://github.com/openai/openai-node/compare/v4.76.3...v4.77.0 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @openai/openai" ,
3
- "version" : " 4.77.0 " ,
3
+ "version" : " 4.77.1 " ,
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.77.0 " ,
3
+ "version" : " 4.77.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 = '4.77.0 ' ; // x-release-please-version
1
+ export const VERSION = '4.77.1 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments