Skip to content

Commit

Permalink
chore(main): release 4.10.1 (#870)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Summer Ji <[email protected]>
  • Loading branch information
release-please[bot] and summer-ji-eng authored Apr 12, 2022
1 parent a38fc89 commit dde291e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/google-cloud-node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

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

### [4.10.1](https://github.com/googleapis/nodejs-speech/compare/v4.10.0...v4.10.1) (2022-04-11)


### Bug Fixes

* use full link in comment to fix JSDoc broken link ([#851](https://github.com/googleapis/nodejs-speech/issues/851)) ([1f34087](https://github.com/googleapis/nodejs-speech/commit/1f340874241da12a32308ccba64193205c65a459))

## [4.10.0](https://github.com/googleapis/nodejs-speech/compare/v4.9.0...v4.10.0) (2022-01-17)


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.0",
"version": "4.10.1",
"license": "Apache-2.0",
"author": "Google Inc.",
"engines": {
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.9.0",
"@google-cloud/speech": "^4.10.1",
"@google-cloud/storage": "^5.0.0",
"chalk": "^5.0.0",
"fs.promises": "^0.1.2",
Expand Down

0 comments on commit dde291e

Please sign in to comment.