Skip to content

Commit 131a69e

Browse files
chore(release): 1.0.0-rc.4 [skip ci]
# [1.0.0-rc.4](v1.0.0-rc.3...v1.0.0-rc.4) (2024-11-12) ### Bug Fixes * Empty commit ([8f01fc6](8f01fc6)) * License in README ([56ffd2c](56ffd2c)) * Response in readme ([a9f9f2e](a9f9f2e)) * Streaming examples ([2b62fec](2b62fec)) * tsconfig.json ([34142df](34142df))
1 parent 812d7aa commit 131a69e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ai21",
3-
"version": "1.0.0-rc.3",
3+
"version": "1.0.0-rc.4",
44
"description": "AI21 TypeScript SDK",
55
"main": "./dist/index.js",
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 = '1.0.0-rc.3';
1+
export const VERSION = '1.0.0-rc.4';

0 commit comments

Comments
 (0)