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 f700635 commit 5b5f4d5Copy full SHA for 5b5f4d5
package.json
@@ -3,7 +3,7 @@
3
"engines": {
4
"node": ">=18.0.0"
5
},
6
- "version": "1.1.0",
+ "version": "1.1.1",
7
"description": "AI21 TypeScript SDK",
8
"main": "./dist/bundle.cjs.js",
9
"types": "./dist/index.d.ts",
@@ -64,7 +64,7 @@
64
"jest-environment-jsdom": "^29.7.0",
65
"madge": "^6.1.0",
66
"prettier": "^3.3.3",
67
- "semantic-release": "^24.2.0",
+ "semantic-release": "^24.2.3",
68
"ts-jest": "^29.2.5",
69
"ts-node": "^10.9.2",
70
"tsc-multi": "^1.1.0",
src/version.ts
@@ -1 +1 @@
1
-export const VERSION = '1.1.0';
+export const VERSION = '1.1.1';
0 commit comments