Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(main): release 7.0.3
Browse files Browse the repository at this point in the history
release-please[bot] authored Sep 9, 2022
1 parent 079a099 commit d7226e3
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -4,6 +4,13 @@

[1]: https://www.npmjs.com/package/nodejs-translate?activeTab=versions

## [7.0.3](https://github.com/googleapis/nodejs-translate/compare/v7.0.2...v7.0.3) (2022-09-09)


### Bug Fixes

* Allow passing gax instance to client constructor ([#814](https://github.com/googleapis/nodejs-translate/issues/814)) ([ddc93f9](https://github.com/googleapis/nodejs-translate/commit/ddc93f97e2f312287624ef877071aa4e8f8b5309))

## [7.0.2](https://github.com/googleapis/nodejs-translate/compare/v7.0.1...v7.0.2) (2022-08-27)


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/translate",
"description": "Cloud Translation API Client Library for Node.js",
"version": "7.0.2",
"version": "7.0.3",
"license": "Apache-2.0",
"author": "Google Inc.",
"engines": {
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@
"dependencies": {
"@google-cloud/automl": "^3.0.0",
"@google-cloud/text-to-speech": "^4.0.0",
"@google-cloud/translate": "^7.0.2",
"@google-cloud/translate": "^7.0.3",
"@google-cloud/vision": "^2.0.0",
"yargs": "^16.0.0"
},

0 comments on commit d7226e3

Please sign in to comment.