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 79a304264..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", @@ -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": ".", 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