Skip to content

Commit 0e74104

Browse files
chore(release): 1.0.2 [skip ci]
## [1.0.2](v1.0.1...v1.0.2) (2024-11-18) ### Bug Fixes * Added types to index ([92b3ff2](92b3ff2))
1 parent 5737556 commit 0e74104

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.1",
3+
"version": "1.0.2",
44
"description": "AI21 TypeScript SDK",
55
"main": "./dist/bundle.cjs.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.1';
1+
export const VERSION = '1.0.2';

0 commit comments

Comments
 (0)