Skip to content

Commit

Permalink
chore(main): release 5.0.0 (#906)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [5.0.0](googleapis/nodejs-speech@v4.10.2...v5.0.0) (2022-06-24)


### ⚠ BREAKING CHANGES

* update library to use Node 12 (#891)

### Build System

* update library to use Node 12 ([#891](googleapis/nodejs-speech#891)) ([73a2f72](googleapis/nodejs-speech@73a2f72))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] authored Jun 30, 2022
1 parent a46c66f commit 065bcea
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions packages/google-cloud-node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

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

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


### ⚠ BREAKING CHANGES

* update library to use Node 12 (#891)

### Build System

* update library to use Node 12 ([#891](https://github.com/googleapis/nodejs-speech/issues/891)) ([73a2f72](https://github.com/googleapis/nodejs-speech/commit/73a2f7223274d75be929ed074083970425bd3997))

### [4.10.2](https://github.com/googleapis/nodejs-speech/compare/v4.10.1...v4.10.2) (2022-05-02)


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": "4.10.2",
"version": "5.0.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": "4.10.2",
"version": "5.0.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": "4.10.2",
"version": "5.0.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": "^4.10.2",
"@google-cloud/speech": "^5.0.0",
"@google-cloud/storage": "^5.0.0",
"chalk": "^5.0.0",
"fs.promises": "^0.1.2",
Expand Down

0 comments on commit 065bcea

Please sign in to comment.