Skip to content

Commit 4f039df

Browse files
chore(release): 1.0.0-rc.3 [skip ci]
# [1.0.0-rc.3](v1.0.0-rc.2...v1.0.0-rc.3) (2024-11-12) ### Bug Fixes * New Version ([e250f87](e250f87)) * Path to script ([45f9cac](45f9cac)) * Response handler type ([8a2dd06](8a2dd06)) * Semantic config ([378356e](378356e)) * Semantic Release rc config ([23a4f34](23a4f34)) * Update version script ([649d492](649d492))
1 parent 3447753 commit 4f039df

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.2",
3+
"version": "1.0.0-rc.3",
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.2';
1+
export const VERSION = '1.0.0-rc.3';

0 commit comments

Comments
 (0)