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

Commit

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

* 🦉 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] authored Aug 26, 2022
1 parent 8699490 commit b9dff84
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@

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

## [5.0.1](https://github.com/googleapis/nodejs-speech/compare/v5.0.0...v5.0.1) (2022-08-23)


### Bug Fixes

* better support for fallback mode ([#918](https://github.com/googleapis/nodejs-speech/issues/918)) ([7cf922a](https://github.com/googleapis/nodejs-speech/commit/7cf922a2e13ccd9432aa9ca801e2bf5b7d0fa6ff))
* change import long to require ([#920](https://github.com/googleapis/nodejs-speech/issues/920)) ([375a9b0](https://github.com/googleapis/nodejs-speech/commit/375a9b0abe8bb224b4da8bf82da28b6205c1c817))
* **deps:** do not depend on protobufjs; bump dep in samples ([#911](https://github.com/googleapis/nodejs-speech/issues/911)) ([02c3fb7](https://github.com/googleapis/nodejs-speech/commit/02c3fb74f1229162401922fad143852a12338fe6))
* **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))
* **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))
* **deps:** update dependency google-proto-files to v3 ([#900](https://github.com/googleapis/nodejs-speech/issues/900)) ([557a2f0](https://github.com/googleapis/nodejs-speech/commit/557a2f0527a29bb2668e7a499156f2c0a4e6148c))
* **deps:** update dependency proto3-json-serializer to v1 ([#890](https://github.com/googleapis/nodejs-speech/issues/890)) ([697ca5c](https://github.com/googleapis/nodejs-speech/commit/697ca5c70c5f09967a7a93203208d090f3edf33d))
* remove pip install statements ([#1546](https://github.com/googleapis/nodejs-speech/issues/1546)) ([#922](https://github.com/googleapis/nodejs-speech/issues/922)) ([8699490](https://github.com/googleapis/nodejs-speech/commit/8699490a782c1ab532eda6b9596ddf2e0810cfff))

## [5.0.0](https://github.com/googleapis/nodejs-speech/compare/v4.10.2...v5.0.0) (2022-06-24)


Expand Down
2 changes: 1 addition & 1 deletion 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.0.0",
"version": "5.0.1",
"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.0.0",
"version": "5.0.1",
"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.0.0",
"version": "5.0.1",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
2 changes: 1 addition & 1 deletion 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.0.0",
"@google-cloud/speech": "^5.0.1",
"@google-cloud/storage": "^6.0.0",
"chalk": "^5.0.0",
"fs.promises": "^0.1.2",
Expand Down

0 comments on commit b9dff84

Please sign in to comment.