Skip to content

Commit c69977e

Browse files
chore(release): 1.2.0 [skip ci]
# [1.2.0](v1.1.1...v1.2.0) (2025-09-18) ### Features * align maestro and library ([#31](#31)) ([40f3e60](40f3e60))
1 parent 40f3e60 commit c69977e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"engines": {
44
"node": ">=18.0.0"
55
},
6-
"version": "1.1.1",
6+
"version": "1.2.0",
77
"description": "AI21 TypeScript SDK",
88
"main": "./dist/bundle.cjs.js",
99
"types": "./dist/index.d.ts",
@@ -49,7 +49,7 @@
4949
"@jest/types": "^29.6.3",
5050
"@semantic-release/exec": "^6.0.3",
5151
"@semantic-release/git": "^10.0.1",
52-
"@semantic-release/github": "^11.0.1",
52+
"@semantic-release/github": "^11.0.6",
5353
"@types/jest": "^29.5.14",
5454
"@types/node-fetch": "^2.6.11",
5555
"@typescript-eslint/eslint-plugin": "^8.14.0",
@@ -64,7 +64,7 @@
6464
"jest-environment-jsdom": "^29.7.0",
6565
"madge": "^6.1.0",
6666
"prettier": "^3.3.3",
67-
"semantic-release": "^24.2.3",
67+
"semantic-release": "^24.2.8",
6868
"ts-jest": "^29.2.5",
6969
"ts-node": "^10.9.2",
7070
"tsc-multi": "^1.1.0",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '1.1.1';
1+
export const VERSION = '1.2.0';

0 commit comments

Comments
 (0)