Skip to content

Commit bb99849

Browse files
chore: release main
1 parent 4436002 commit bb99849

6 files changed

Lines changed: 30 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
"packages/google-cloud-servicedirectory": "6.2.0",
191191
"packages/google-cloud-servicehealth": "0.8.0",
192192
"packages/google-cloud-shell": "4.2.0",
193-
"packages/google-cloud-speech": "7.4.0",
193+
"packages/google-cloud-speech": "7.5.0",
194194
"packages/google-cloud-sql": "0.24.1",
195195
"packages/google-cloud-storagebatchoperations": "0.5.0",
196196
"packages/google-cloud-storageinsights": "2.3.0",

changelog.json

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
{
22
"repository": "googleapis/google-cloud-node",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "feat",
8+
"sha": "44360026d32a0461beb10de497803b658c96c668",
9+
"message": "Migrate google-cloud-speech to librarian (keep helpers)",
10+
"issues": [
11+
"8648"
12+
]
13+
}
14+
],
15+
"version": "7.5.0",
16+
"language": "JAVASCRIPT",
17+
"artifactName": "@google-cloud/speech",
18+
"id": "11e63598-bd95-423f-87c6-e7c6ef664664",
19+
"createTime": "2026-06-16T17:08:44.380Z"
20+
},
421
{
522
"changes": [
623
{
@@ -80688,5 +80705,5 @@
8068880705
"createTime": "2023-01-28T04:18:24.718Z"
8068980706
}
8069080707
],
80691-
"updateTime": "2026-06-16T00:07:06.414Z"
80692-
}
80708+
"updateTime": "2026-06-16T17:08:44.380Z"
80709+
}

librarian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1389,7 +1389,7 @@ libraries:
13891389
nodejs:
13901390
default_version: v1
13911391
- name: google-cloud-speech
1392-
version: 7.4.0
1392+
version: 7.5.0
13931393
apis:
13941394
- path: google/cloud/speech/v2
13951395
- path: google/cloud/speech/v1

packages/google-cloud-speech/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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+
## [7.5.0](https://github.com/googleapis/google-cloud-node/compare/speech-v7.4.0...speech-v7.5.0) (2026-06-16)
8+
9+
10+
### Features
11+
12+
* Migrate google-cloud-speech to librarian (keep helpers) ([#8648](https://github.com/googleapis/google-cloud-node/issues/8648)) ([4436002](https://github.com/googleapis/google-cloud-node/commit/44360026d32a0461beb10de497803b658c96c668))
13+
714
## [7.4.0](https://github.com/googleapis/google-cloud-node/compare/speech-v7.3.2...speech-v7.4.0) (2026-06-16)
815

916

packages/google-cloud-speech/package.json

Lines changed: 1 addition & 1 deletion
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": "7.4.0",
4+
"version": "7.5.0",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "c8 mocha test --timeout 600000"
1616
},
1717
"dependencies": {
18-
"@google-cloud/speech": "^7.4.0",
18+
"@google-cloud/speech": "^7.5.0",
1919
"@google-cloud/storage": "^7.0.0",
2020
"chalk": "^5.0.0",
2121
"fs.promises": "^0.1.2",

0 commit comments

Comments
 (0)