Skip to content

Commit d2d89a2

Browse files
release: 4.81.0
1 parent 5e61ff3 commit d2d89a2

File tree

5 files changed

+22
-4
lines changed

5 files changed

+22
-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.80.0"
2+
".": "4.81.0"
33
}

CHANGELOG.md

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

3+
## 4.81.0 (2025-01-22)
4+
5+
Full Changelog: [v4.80.0...v4.81.0](https://github.com/openai/openai-node/compare/v4.80.0...v4.81.0)
6+
7+
### Features
8+
9+
* docs: fix typo, "zodFunctionTool" -> "zodFunction" ([#1128](https://github.com/openai/openai-node/issues/1128)) ([5e61ff3](https://github.com/openai/openai-node/commit/5e61ff3a21bd28c5685d3dd391b5e3f4cb3cbd17))
10+
11+
12+
### Bug Fixes
13+
14+
* **azure:** include retry count header ([fa9ed5c](https://github.com/openai/openai-node/commit/fa9ed5cc27c391723232ecbc3567373e55b03574))
15+
16+
17+
### Documentation
18+
19+
* **helpers:** fix type annotation ([1cb499d](https://github.com/openai/openai-node/commit/1cb499dee80e2f141575e1f7d1b0361461a44533))
20+
321
## 4.80.0 (2025-01-22)
422

523
Full Changelog: [v4.79.4...v4.80.0](https://github.com/openai/openai-node/compare/v4.79.4...v4.80.0)

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.80.0",
3+
"version": "4.81.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.80.0",
3+
"version": "4.81.0",
44
"description": "The official TypeScript library for the OpenAI API",
55
"author": "OpenAI <support@openai.com>",
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.80.0'; // x-release-please-version
1+
export const VERSION = '4.81.0'; // x-release-please-version

0 commit comments

Comments
 (0)