Skip to content

Commit f88c92c

Browse files
chore(main): release 5.2.0 (#986)
* 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>
1 parent a4a17b4 commit f88c92c

6 files changed

+12
-5
lines changed

packages/google-cloud-speech/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

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

7+
## [5.2.0](https://github.com/googleapis/nodejs-speech/compare/v5.1.1...v5.2.0) (2023-01-20)
8+
9+
10+
### Features
11+
12+
* Added SuggestConversationSummary RPC ([#978](https://github.com/googleapis/nodejs-speech/issues/978)) ([f1fc857](https://github.com/googleapis/nodejs-speech/commit/f1fc857f521959dd2b4906b2f0f60b97276fd00c))
13+
714
## [5.1.1](https://github.com/googleapis/nodejs-speech/compare/v5.1.0...v5.1.1) (2022-12-19)
815

916

packages/google-cloud-speech/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/speech",
33
"description": "Cloud Speech Client Library for Node.js",
4-
"version": "5.1.1",
4+
"version": "5.2.0",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {

packages/google-cloud-speech/samples/generated/v1/snippet_metadata.google.cloud.speech.v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-speech",
4-
"version": "5.1.1",
4+
"version": "5.2.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-speech/samples/generated/v1p1beta1/snippet_metadata.google.cloud.speech.v1p1beta1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-speech",
4-
"version": "5.1.1",
4+
"version": "5.2.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-speech/samples/generated/v2/snippet_metadata.google.cloud.speech.v2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-speech",
4-
"version": "5.1.1",
4+
"version": "5.2.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-speech/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "c8 mocha system-test --timeout 600000"
1616
},
1717
"dependencies": {
18-
"@google-cloud/speech": "^5.1.1",
18+
"@google-cloud/speech": "^5.2.0",
1919
"@google-cloud/storage": "^6.0.0",
2020
"chalk": "^5.0.0",
2121
"fs.promises": "^0.1.2",

0 commit comments

Comments
 (0)