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 11{
2- "." : " 4.97 .0"
2+ "." : " 4.98 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
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+
322## 4.97.0 (2025-05-02)
423
524Full 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 11{
22 "name" : " @openai/openai" ,
3- "version" : " 4.97 .0" ,
3+ "version" : " 4.98 .0" ,
44 "exports" : {
55 "." : " ./index.ts" ,
66 "./helpers/zod" : " ./helpers/zod.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " openai" ,
3- "version" : " 4.97 .0" ,
3+ "version" : " 4.98 .0" ,
44 "description" : " The official TypeScript library for the OpenAI API" ,
55 "author" :
" OpenAI <[email protected] >" ,
66 "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