From b3269eb0cbeb17415de0863f5cb28c4a9f8b643f Mon Sep 17 00:00:00 2001 From: Stainless Bot <107565488+stainless-bot@users.noreply.github.com> Date: Tue, 2 Apr 2024 15:03:03 +0200 Subject: [PATCH] release: 4.32.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ README.md | 2 +- build-deno | 2 +- package.json | 2 +- src/version.ts | 2 +- 6 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a2b09ee37..27308d159 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.32.0" + ".": "4.32.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3be8b4c02..a1702ad3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 4.32.1 (2024-04-02) + +Full Changelog: [v4.32.0...v4.32.1](https://github.com/openai/openai-node/compare/v4.32.0...v4.32.1) + +### Chores + +* **deps:** bump yarn to v1.22.22 ([#751](https://github.com/openai/openai-node/issues/751)) ([5b41d10](https://github.com/openai/openai-node/commit/5b41d1077f219b8feb7557cfab98caf7b5de560d)) + ## 4.32.0 (2024-04-01) Full Changelog: [v4.31.0...v4.32.0](https://github.com/openai/openai-node/compare/v4.31.0...v4.32.0) diff --git a/README.md b/README.md index 2adc81afc..aae0367b6 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ You can import in Deno via: ```ts -import OpenAI from 'https://deno.land/x/openai@v4.32.0/mod.ts'; +import OpenAI from 'https://deno.land/x/openai@v4.32.1/mod.ts'; ``` diff --git a/build-deno b/build-deno index 19eefa7c3..a56b6af13 100755 --- a/build-deno +++ b/build-deno @@ -14,7 +14,7 @@ This is a build produced from https://github.com/openai/openai-node – please g Usage: \`\`\`ts -import OpenAI from "https://deno.land/x/openai@v4.32.0/mod.ts"; +import OpenAI from "https://deno.land/x/openai@v4.32.1/mod.ts"; const client = new OpenAI(); \`\`\` diff --git a/package.json b/package.json index e10df6850..4d87ed952 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openai", - "version": "4.32.0", + "version": "4.32.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 7e04c79b5..c2e5453c3 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '4.32.0'; // x-release-please-version +export const VERSION = '4.32.1'; // x-release-please-version