Skip to content

Commit cb5c888

Browse files
committed
release: 4.14.0
1 parent bbe51ab commit cb5c888

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
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.13.0"
2+
".": "4.14.0"
33
}

CHANGELOG.md

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

3+
## 4.14.0 (2023-10-24)
4+
5+
Full Changelog: [v4.13.0...v4.14.0](https://github.com/openai/openai-node/compare/v4.13.0...v4.14.0)
6+
7+
### Features
8+
9+
* ruby support for some auth methods ([#397](https://github.com/openai/openai-node/issues/397)) ([d0023bc](https://github.com/openai/openai-node/commit/d0023bc325566a796dc47d5b8578d30514ace477))
10+
11+
12+
### Chores
13+
14+
* **docs:** update deno version ([#399](https://github.com/openai/openai-node/issues/399)) ([bbe51ab](https://github.com/openai/openai-node/commit/bbe51ab0d2ab6c00270867dddc5977cc682e7947))
15+
316
## 4.13.0 (2023-10-22)
417

518
Full Changelog: [v4.12.4...v4.13.0](https://github.com/openai/openai-node/compare/v4.12.4...v4.13.0)

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.13.0",
3+
"version": "4.14.0",
44
"description": "Client 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.13.0'; // x-release-please-version
1+
export const VERSION = '4.14.0'; // x-release-please-version

0 commit comments

Comments
 (0)