Skip to content

Commit 28e634e

Browse files
chore(release): 11.0.0 [skip ci]
# [11.0.0](v10.0.0...v11.0.0) (2025-06-19) ### Bug Fixes * **wa v1&v2:** update default service name ([5d472cf](5d472cf)) ### Features * **nlu:** add signal to axios options ([8c88e3e](8c88e3e)) * **sdk-core:** update the ibm-cloud-sdk-core to 5.4.0 ([bc24dd2](bc24dd2)) * **tts&stt:** Add new model enum values; add signal to axios ([eb919a5](eb919a5)) * **wav1&discv2:** add signal to axios options ([32c5a0a](32c5a0a)) * **wav2:** Add turn events and required properties; add signal to axios properties ([00bac4b](00bac4b)) ### BREAKING CHANGES * **wav2:** add required conversational_search param to SearchSettings interface
1 parent 5d472cf commit 28e634e

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# [11.0.0](https://github.com/watson-developer-cloud/node-sdk/compare/v10.0.0...v11.0.0) (2025-06-19)
2+
3+
4+
### Bug Fixes
5+
6+
* **wa v1&v2:** update default service name ([5d472cf](https://github.com/watson-developer-cloud/node-sdk/commit/5d472cf7c263a4a2afa7a11a0b03aad1320403b0))
7+
8+
9+
### Features
10+
11+
* **nlu:** add signal to axios options ([8c88e3e](https://github.com/watson-developer-cloud/node-sdk/commit/8c88e3e4e679609b534a7d63b9c3ddd3e520267d))
12+
* **sdk-core:** update the ibm-cloud-sdk-core to 5.4.0 ([bc24dd2](https://github.com/watson-developer-cloud/node-sdk/commit/bc24dd2f7c855ac5a48b25068280cdd093b6dd58))
13+
* **tts&stt:** Add new model enum values; add signal to axios ([eb919a5](https://github.com/watson-developer-cloud/node-sdk/commit/eb919a5c85409a190c4687857878487b56d0b66e))
14+
* **wav1&discv2:** add signal to axios options ([32c5a0a](https://github.com/watson-developer-cloud/node-sdk/commit/32c5a0afc0b22bffd28656bbd9e4ccec9fcde849))
15+
* **wav2:** Add turn events and required properties; add signal to axios properties ([00bac4b](https://github.com/watson-developer-cloud/node-sdk/commit/00bac4bc1c699b2688a65821a12f3fafa4fbcdfa))
16+
17+
18+
### BREAKING CHANGES
19+
20+
* **wav2:** add required conversational_search param to SearchSettings interface
21+
122
# [10.0.0](https://github.com/watson-developer-cloud/node-sdk/compare/v9.1.0...v10.0.0) (2024-12-04)
223

324

package-lock.json

Lines changed: 2 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": "10.0.0",
3+
"version": "11.0.0",
44
"description": "Client library to use the IBM Watson Services",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)