Skip to content

Commit 330e57d

Browse files
release: 4.78.2
1 parent 379c743 commit 330e57d

5 files changed

+13
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.78.1"
2+
".": "4.78.2"
33
}

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 4.78.2 (2025-01-13)
4+
5+
Full Changelog: [v4.78.1...v4.78.2](https://github.com/openai/openai-node/compare/v4.78.1...v4.78.2)
6+
7+
### Chores
8+
9+
* fix streaming ([379c743](https://github.com/openai/openai-node/commit/379c7435ed5d508458e9cdc22386039b84fcec5e))
10+
* **internal:** streaming refactors ([#1261](https://github.com/openai/openai-node/issues/1261)) ([dd4af93](https://github.com/openai/openai-node/commit/dd4af939792583854a313367c5fe2f98eea2f3c8))
11+
312
## 4.78.1 (2025-01-10)
413

514
Full Changelog: [v4.78.0...v4.78.1](https://github.com/openai/openai-node/compare/v4.78.0...v4.78.1)

jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openai/openai",
3-
"version": "4.78.1",
3+
"version": "4.78.2",
44
"exports": "./index.ts",
55
"publish": {
66
"exclude": [

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openai",
3-
"version": "4.78.1",
3+
"version": "4.78.2",
44
"description": "The official TypeScript library for the OpenAI API",
55
"author": "OpenAI <[email protected]>",
66
"types": "dist/index.d.ts",

src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '4.78.1'; // x-release-please-version
1+
export const VERSION = '4.78.2'; // x-release-please-version

0 commit comments

Comments
 (0)