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.0 (#906)
Browse files Browse the repository at this point in the history
🤖 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).
  • Loading branch information
release-please[bot] authored Jun 30, 2022
1 parent 73a2f72 commit 2c369c7
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions 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 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 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 2c369c7

Please sign in to comment.