Skip to content

Commit

Permalink
chore(main): release 5.2.0 (#986)
Browse files Browse the repository at this point in the history
* chore(main): release 5.2.0

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] and gcf-owl-bot[bot] committed Jan 24, 2023
1 parent 188436e commit e92d67f
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions packages/google-cloud-node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

[1]: https://www.npmjs.com/package/@google-cloud/speech?activeTab=versions

## [5.2.0](https://github.com/googleapis/nodejs-speech/compare/v5.1.1...v5.2.0) (2023-01-20)


### Features

* Added SuggestConversationSummary RPC ([#978](https://github.com/googleapis/nodejs-speech/issues/978)) ([f1fc857](https://github.com/googleapis/nodejs-speech/commit/f1fc857f521959dd2b4906b2f0f60b97276fd00c))

## [5.1.1](https://github.com/googleapis/nodejs-speech/compare/v5.1.0...v5.1.1) (2022-12-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-node/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/speech",
"description": "Cloud Speech Client Library for Node.js",
"version": "5.1.1",
"version": "5.2.0",
"license": "Apache-2.0",
"author": "Google Inc.",
"engines": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-speech",
"version": "5.1.1",
"version": "5.2.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-speech",
"version": "5.1.1",
"version": "5.2.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-speech",
"version": "5.1.1",
"version": "5.2.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-node/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "c8 mocha system-test --timeout 600000"
},
"dependencies": {
"@google-cloud/speech": "^5.1.1",
"@google-cloud/speech": "^5.2.0",
"@google-cloud/storage": "^6.0.0",
"chalk": "^5.0.0",
"fs.promises": "^0.1.2",
Expand Down

0 comments on commit e92d67f

Please sign in to comment.