Skip to content

Commit

Permalink
chore(next => master): release 4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Sep 5, 2023
1 parent 47e8f61 commit 06c8eec
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.4.0"
".": "4.4.1"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 4.4.1 (2023-09-05)

Full Changelog: [v4.4.0...v4.4.1](https://github.com/openai/openai-node/compare/v4.4.0...v4.4.1)

### Bug Fixes

* **client:** fix TS errors that appear when users Go to Source in VSCode ([#281](https://github.com/openai/openai-node/issues/281)) ([e2a2a29](https://github.com/openai/openai-node/commit/e2a2a29d540b13bfbfd2f2797b4a21743feaadea)), closes [#249](https://github.com/openai/openai-node/issues/249)
* **client:** handle case where the client is instantiated with a undefined baseURL ([#285](https://github.com/openai/openai-node/issues/285)) ([6eddafd](https://github.com/openai/openai-node/commit/6eddafd2f946aa8b44b5f5e81e28d532b04e72ec))
* **client:** use explicit file extensions in _shims imports ([#276](https://github.com/openai/openai-node/issues/276)) ([554fc94](https://github.com/openai/openai-node/commit/554fc9480db1eb8b513285aa53a336abd469bd11))


### Documentation

* **api:** update docstrings ([#286](https://github.com/openai/openai-node/issues/286)) ([47e8f61](https://github.com/openai/openai-node/commit/47e8f614209cd3ec91b44d7d4e0e1f488c39a345))

## 4.4.0 (2023-09-01)

Full Changelog: [v4.3.1...v4.4.0](https://github.com/openai/openai-node/compare/v4.3.1...v4.4.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openai",
"version": "4.4.0",
"version": "4.4.1",
"description": "Client library for the OpenAI API",
"author": "OpenAI <support@openai.com>",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '4.4.0'; // x-release-please-version
export const VERSION = '4.4.1'; // x-release-please-version

0 comments on commit 06c8eec

Please sign in to comment.