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 ab2ebae commit af07ef7Copy full SHA for af07ef7
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ai21",
3
- "version": "1.0.0-rc.5",
+ "version": "1.0.0",
4
"description": "AI21 TypeScript SDK",
5
"main": "./dist/bundle.cjs.js",
6
"types": "./dist/index.d.ts",
src/version.ts
@@ -1 +1 @@
-export const VERSION = '1.0.0-rc.5';
+export const VERSION = '1.0.0';
0 commit comments