Skip to content

Commit

Permalink
chore(release): 9.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [9.1.0](v9.0.1...v9.1.0) (2024-05-17)

### Features

* **discov2:** add ocrEnabled parameter ([5a9c30e](5a9c30e))
* **stt:** add speechBeginEvent param to recognize func ([8f19640](8f19640))
* **stt:** remove interimResults and lowLatency wss params ([6c79d93](6c79d93))
  • Loading branch information
semantic-release-bot committed May 17, 2024
1 parent 6c79d93 commit 2e28441
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [9.1.0](https://github.com/watson-developer-cloud/node-sdk/compare/v9.0.1...v9.1.0) (2024-05-17)


### Features

* **discov2:** add ocrEnabled parameter ([5a9c30e](https://github.com/watson-developer-cloud/node-sdk/commit/5a9c30e181e043f7ba6aee8af1772944c94a0a3a))
* **stt:** add speechBeginEvent param to recognize func ([8f19640](https://github.com/watson-developer-cloud/node-sdk/commit/8f196401c48674ddb3503069dcd17ff7a6e16b2a))
* **stt:** remove interimResults and lowLatency wss params ([6c79d93](https://github.com/watson-developer-cloud/node-sdk/commit/6c79d93e8f4e57422238a4076eb90fe49c9f14bf))

## [9.0.1](https://github.com/watson-developer-cloud/node-sdk/compare/v9.0.0...v9.0.1) (2024-03-13)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ibm-watson",
"version": "9.0.1",
"version": "9.1.0",
"description": "Client library to use the IBM Watson Services",
"repository": {
"type": "git",
Expand Down

0 comments on commit 2e28441

Please sign in to comment.