Skip to content

Commit e5399f7

Browse files
chore(release): 1.0.3 [skip ci]
## [1.0.3](v1.0.2...v1.0.3) (2024-12-03) ### Bug Fixes * Added detailed output to examples script ([f09bdbd](f09bdbd)) * Added type to import ([6a1f2e8](6a1f2e8)) * Imports ([bd59d2c](bd59d2c)) * Moved to unittests folder ([7c0494b](7c0494b)) * Simplified iterlines ([843e74b](843e74b)) * Streaming for NodeJS ([c8a4cc6](c8a4cc6)) * Streaming for NodeJS ([db9db98](db9db98))
1 parent 0f7340f commit e5399f7

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

0 commit comments

Comments
 (0)