From ce13fc6dfeabc154cddd249ca2f491cebabeb27f Mon Sep 17 00:00:00 2001 From: Stainless Bot <107565488+stainless-bot@users.noreply.github.com> Date: Mon, 6 Nov 2023 02:54:52 +0000 Subject: [PATCH] release: 4.15.5 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 2 +- src/version.ts | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 64b951803..58801580b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.15.4" + ".": "4.15.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9819c04b6..284ff9848 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 4.15.5 (2023-11-06) + +Full Changelog: [v4.15.4...v4.15.5](https://github.com/openai/openai-node/compare/v4.15.4...v4.15.5) + +### Bug Fixes + +* improve deno readme ([#429](https://github.com/openai/openai-node/issues/429)) ([871ceac](https://github.com/openai/openai-node/commit/871ceac2b37f53f7fc7c0163454115c709cd7ced)) + ## 4.15.4 (2023-11-05) Full Changelog: [v4.15.3...v4.15.4](https://github.com/openai/openai-node/compare/v4.15.3...v4.15.4) diff --git a/package.json b/package.json index 2b4f9c0a6..ab7596f1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openai", - "version": "4.15.4", + "version": "4.15.5", "description": "Client library for the OpenAI API", "author": "OpenAI ", "types": "dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index 1f90232ea..002a9e0a2 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '4.15.4'; // x-release-please-version +export const VERSION = '4.15.5'; // x-release-please-version