We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d19e453 commit 272ccb3Copy full SHA for 272ccb3
package.json
@@ -3,7 +3,7 @@
3
"engines": {
4
"node": ">=18.0.0"
5
},
6
- "version": "1.1.0-rc.1",
+ "version": "1.1.0",
7
"description": "AI21 TypeScript SDK",
8
"main": "./dist/bundle.cjs.js",
9
"types": "./dist/index.d.ts",
src/version.ts
@@ -1 +1 @@
1
-export const VERSION = '1.1.0-rc.1';
+export const VERSION = '1.1.0';
0 commit comments