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

Commit 2c369c7

Browse files
chore(main): release 5.0.0 (#906)
🤖 I have created a release *beep* *boop* --- ## [5.0.0](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](#891)) ([73a2f72](73a2f72)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 73a2f72 commit 2c369c7

5 files changed

+15
-4
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44

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

7+
## [5.0.0](https://github.com/googleapis/nodejs-speech/compare/v4.10.2...v5.0.0) (2022-06-24)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* update library to use Node 12 (#891)
13+
14+
### Build System
15+
16+
* update library to use Node 12 ([#891](https://github.com/googleapis/nodejs-speech/issues/891)) ([73a2f72](https://github.com/googleapis/nodejs-speech/commit/73a2f7223274d75be929ed074083970425bd3997))
17+
718
### [4.10.2](https://github.com/googleapis/nodejs-speech/compare/v4.10.1...v4.10.2) (2022-05-02)
819

920

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

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": "4.10.2",
4+
"version": "5.0.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

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": "4.10.2",
4+
"version": "5.0.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

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": "^4.10.2",
18+
"@google-cloud/speech": "^5.0.0",
1919
"@google-cloud/storage": "^5.0.0",
2020
"chalk": "^5.0.0",
2121
"fs.promises": "^0.1.2",

0 commit comments

Comments
 (0)