Skip to content

Commit 406afa2

Browse files
chore(release): 1.0.1 [skip ci]
## [1.0.1](v1.0.0...v1.0.1) (2024-11-18) ### Bug Fixes * Removed husky in postinstall ([9acecdc](9acecdc))
1 parent 7230a84 commit 406afa2

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

0 commit comments

Comments
 (0)