Skip to content

Commit 464b1a3

Browse files
release: 4.88.0
1 parent 398a461 commit 464b1a3

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.87.3"
2+
".": "4.88.0"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 4.88.0 (2025-03-18)
4+
5+
Full Changelog: [v4.87.3...v4.88.0](https://github.com/openai/openai-node/compare/v4.87.3...v4.88.0)
6+
7+
### Features
8+
9+
* **helpers:** add new audio helpers ([d7c4b0c](https://github.com/openai/openai-node/commit/d7c4b0cc56d990d195c3c3ccbafe5527b2ab213f))
10+
11+
12+
### Chores
13+
14+
* **internal:** remove CI condition ([#1381](https://github.com/openai/openai-node/issues/1381)) ([ef17981](https://github.com/openai/openai-node/commit/ef17981a0bd6b3e971986ece829c5d260d7392d4))
15+
* **internal:** update release workflows ([90b77d0](https://github.com/openai/openai-node/commit/90b77d09c04d21487aa38fe775c79ae632136813))
16+
317
## 4.87.3 (2025-03-11)
418

519
Full Changelog: [v4.87.2...v4.87.3](https://github.com/openai/openai-node/compare/v4.87.2...v4.87.3)

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openai/openai",
3-
"version": "4.87.3",
3+
"version": "4.88.0",
44
"exports": {
55
".": "./index.ts",
66
"./helpers/zod": "./helpers/zod.ts",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openai",
3-
"version": "4.87.3",
3+
"version": "4.88.0",
44
"description": "The official TypeScript library for the OpenAI API",
55
"author": "OpenAI <[email protected]>",
66
"types": "dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '4.87.3'; // x-release-please-version
1+
export const VERSION = '4.88.0'; // x-release-please-version

0 commit comments

Comments
 (0)