Skip to content

Commit f41f181

Browse files
release: 4.71.1
1 parent f0a1288 commit f41f181

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
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.71.0"
2+
".": "4.71.1"
33
}

CHANGELOG.md

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

3+
## 4.71.1 (2024-11-06)
4+
5+
Full Changelog: [v4.71.0...v4.71.1](https://github.com/openai/openai-node/compare/v4.71.0...v4.71.1)
6+
7+
### Bug Fixes
8+
9+
* change release please configuration for jsr.json ([#1174](https://github.com/openai/openai-node/issues/1174)) ([c39efba](https://github.com/openai/openai-node/commit/c39efba812209c8906315596cc0a56e54ae8590a))
10+
311
## 4.71.0 (2024-11-04)
412

513
Full Changelog: [v4.70.3...v4.71.0](https://github.com/openai/openai-node/compare/v4.70.3...v4.71.0)

jsr.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
22
"name": "@openai/openai",
3-
"version": "4.47.1",
3+
"version": "4.71.1",
44
"exports": "./index.ts",
55
"publish": {
6-
"exclude": ["!."]
6+
"exclude": [
7+
"!."
8+
]
79
}
810
}

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.71.0",
3+
"version": "4.71.1",
44
"description": "The official TypeScript library for the OpenAI API",
55
"author": "OpenAI <[email protected]>",
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.71.0'; // x-release-please-version
1+
export const VERSION = '4.71.1'; // x-release-please-version

0 commit comments

Comments
 (0)