Skip to content

Commit e93e650

Browse files
chore(release): 12.0.0 [skip ci]
# [12.0.0](v11.0.0...v12.0.0) (2025-10-06) ### Features * **wa-v2:** update required params for createSession ([7b9a5cd](7b9a5cd)) ### BREAKING CHANGES * **wa-v2:** `environmentId` now required for `createSession` function
1 parent 7b9a5cd commit e93e650

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [12.0.0](https://github.com/watson-developer-cloud/node-sdk/compare/v11.0.0...v12.0.0) (2025-10-06)
2+
3+
4+
### Features
5+
6+
* **wa-v2:** update required params for createSession ([7b9a5cd](https://github.com/watson-developer-cloud/node-sdk/commit/7b9a5cdacea5b426e94ab99f6ad4a359c2b96c00))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **wa-v2:** `environmentId` now required for `createSession` function
12+
113
# [11.0.0](https://github.com/watson-developer-cloud/node-sdk/compare/v10.0.0...v11.0.0) (2025-06-19)
214

315

package-lock.json

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ibm-watson",
3-
"version": "11.0.0",
3+
"version": "12.0.0",
44
"description": "Client library to use the IBM Watson Services",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)