From 896b41828ce468fed36ceb50082633e21a0945ca Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 16 Jul 2025 16:36:01 +0000 Subject: [PATCH 1/3] chore(internal): version bump From 2f8d2f7726dbc717c3c6e2a27dbd5b50ff9ef4b4 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 16 Jul 2025 16:52:31 +0000 Subject: [PATCH 2/3] chore(ts): reorder package.json imports --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 79a304264..b4f440f8e 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,6 @@ "@types/jest": "^29.4.0", "@types/ws": "^8.5.13", "@types/node": "^20.17.6", - "typescript-eslint": "8.31.1", "@typescript-eslint/eslint-plugin": "8.31.1", "@typescript-eslint/parser": "8.31.1", "eslint": "^9.20.1", @@ -49,7 +48,8 @@ "tsconfig-paths": "^4.0.0", "typescript": "5.8.3", "ws": "^8.18.0", - "zod": "^3.23.8" + "zod": "^3.23.8", + "typescript-eslint": "8.31.1" }, "imports": { "openai": ".", From 6d4ab93d89830b098c508396594825837645f0e4 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 16 Jul 2025 16:52:56 +0000 Subject: [PATCH 3/3] release: 5.10.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ jsr.json | 2 +- package.json | 2 +- src/version.ts | 2 +- 5 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 028d2d672..c304b1c10 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.10.0" + ".": "5.10.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f3f01aac..b888a4c87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 5.10.1 (2025-07-16) + +Full Changelog: [v5.10.0...v5.10.1](https://github.com/openai/openai-node/compare/v5.10.0...v5.10.1) + +### Chores + +* **internal:** version bump ([896b418](https://github.com/openai/openai-node/commit/896b41828ce468fed36ceb50082633e21a0945ca)) +* **ts:** reorder package.json imports ([2f8d2f7](https://github.com/openai/openai-node/commit/2f8d2f7726dbc717c3c6e2a27dbd5b50ff9ef4b4)) + ## 5.10.0 (2025-07-16) Full Changelog: [v5.9.2...v5.10.0](https://github.com/openai/openai-node/compare/v5.9.2...v5.10.0) diff --git a/jsr.json b/jsr.json index 05293a794..1a944f82d 100644 --- a/jsr.json +++ b/jsr.json @@ -1,6 +1,6 @@ { "name": "@openai/openai", - "version": "5.10.0", + "version": "5.10.1", "exports": { ".": "./index.ts", "./helpers/zod": "./helpers/zod.ts", diff --git a/package.json b/package.json index b4f440f8e..878fb3856 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openai", - "version": "5.10.0", + "version": "5.10.1", "description": "The official TypeScript library for the OpenAI API", "author": "OpenAI ", "types": "dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index c18a9f8dc..7bd4f740f 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '5.10.0'; // x-release-please-version +export const VERSION = '5.10.1'; // x-release-please-version