Skip to content
This repository was archived by the owner on Feb 18, 2024. It is now read-only.

Commit 9dbe6dd

Browse files
chore(main): release 5.0.1
1 parent 3bdda3f commit 9dbe6dd

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

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

7+
## [5.0.1](https://github.com/googleapis/nodejs-speech/compare/v5.0.0...v5.0.1) (2022-07-05)
8+
9+
10+
### Bug Fixes
11+
12+
* **deps:** update dependency @google-cloud/common to v4 ([#896](https://github.com/googleapis/nodejs-speech/issues/896)) ([3bdda3f](https://github.com/googleapis/nodejs-speech/commit/3bdda3fff9733dbd0236d4ba36a6cbe1ec0449c5))
13+
* **deps:** update dependency @google-cloud/storage to v6 ([#893](https://github.com/googleapis/nodejs-speech/issues/893)) ([738c538](https://github.com/googleapis/nodejs-speech/commit/738c5380e15c3bbe4c05def4b42cfbbb8c366263))
14+
715
## [5.0.0](https://github.com/googleapis/nodejs-speech/compare/v4.10.2...v5.0.0) (2022-06-24)
816

917

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": "5.0.0",
4+
"version": "5.0.1",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {

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 system-test --timeout 600000"
1616
},
1717
"dependencies": {
18-
"@google-cloud/speech": "^5.0.0",
18+
"@google-cloud/speech": "^5.0.1",
1919
"@google-cloud/storage": "^6.0.0",
2020
"chalk": "^5.0.0",
2121
"fs.promises": "^0.1.2",

0 commit comments

Comments
 (0)