Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
chore: release 2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jun 29, 2021
1 parent e03b476 commit 167bbf5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

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

### [2.4.3](https://www.github.com/googleapis/nodejs-dataproc/compare/v2.4.2...v2.4.3) (2021-06-29)


### Bug Fixes

* **deps:** google-gax v2.17.0 with mTLS ([#508](https://www.github.com/googleapis/nodejs-dataproc/issues/508)) ([e03b476](https://www.github.com/googleapis/nodejs-dataproc/commit/e03b47670de476c14a48b99cbb8c0dcd2c0c813c))
* make request optional in all cases ([#504](https://www.github.com/googleapis/nodejs-dataproc/issues/504)) ([c14a8a8](https://www.github.com/googleapis/nodejs-dataproc/commit/c14a8a8dc6d672cc05b23cf255486be4b865ac6e))

### [2.4.2](https://www.github.com/googleapis/nodejs-dataproc/compare/v2.4.1...v2.4.2) (2021-05-29)


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/dataproc",
"description": "Google Cloud Dataproc API client for Node.js",
"version": "2.4.2",
"version": "2.4.3",
"license": "Apache-2.0",
"author": "Google Inc",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "mocha system-test --timeout 600000"
},
"dependencies": {
"@google-cloud/dataproc": "^2.4.2",
"@google-cloud/dataproc": "^2.4.3",
"@google-cloud/storage": "^5.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 167bbf5

Please sign in to comment.