File tree 5 files changed +23
-4
lines changed 5 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 4.97 .0"
2
+ "." : " 4.98 .0"
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 4.98.0 (2025-05-08)
4
+
5
+ Full Changelog: [ v4.97.0...v4.98.0] ( https://github.com/openai/openai-node/compare/v4.97.0...v4.98.0 )
6
+
7
+ ### Features
8
+
9
+ * ** api:** Add reinforcement fine-tuning api support ([ 4aa7a79] ( https://github.com/openai/openai-node/commit/4aa7a7954c63caa26cc1640ace56093fe1cafa04 ) )
10
+
11
+
12
+ ### Chores
13
+
14
+ * ** ci:** bump node version for release workflows ([ 2961f63] ( https://github.com/openai/openai-node/commit/2961f63c4d5b8ae8efdf8ea6581aa83c6b0f722e ) )
15
+ * ** internal:** fix formatting ([ 91a44fe] ( https://github.com/openai/openai-node/commit/91a44fe11c0847dc50d48a03a8d409ac4bece37a ) )
16
+
17
+
18
+ ### Documentation
19
+
20
+ * add examples to tsdocs ([ 7d841b7] ( https://github.com/openai/openai-node/commit/7d841b7f98eb542a398fb9de12056125e8d6cb22 ) )
21
+
3
22
## 4.97.0 (2025-05-02)
4
23
5
24
Full Changelog: [ v4.96.2...v4.97.0] ( https://github.com/openai/openai-node/compare/v4.96.2...v4.97.0 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @openai/openai" ,
3
- "version" : " 4.97 .0" ,
3
+ "version" : " 4.98 .0" ,
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" : " 4.97 .0" ,
3
+ "version" : " 4.98 .0" ,
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.97 .0' ; // x-release-please-version
1
+ export const VERSION = '4.98 .0' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments