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

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44

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

7+
### [2.4.4](https://www.github.com/googleapis/nodejs-dataproc/compare/v2.4.3...v2.4.4) (2021-08-17)
8+
9+
10+
### Bug Fixes
11+
12+
* **build:** migrate to using main branch ([#523](https://www.github.com/googleapis/nodejs-dataproc/issues/523)) ([42b4163](https://www.github.com/googleapis/nodejs-dataproc/commit/42b4163483409a29740878f95cabf2ce617bfa86))
13+
* **deps:** google-gax v2.24.1 ([#524](https://www.github.com/googleapis/nodejs-dataproc/issues/524)) ([fa82a3a](https://www.github.com/googleapis/nodejs-dataproc/commit/fa82a3a8864de5f88ce4d28445cdc85837413ee3))
14+
* **deps:** require google-gax v2.17.1 ([#510](https://www.github.com/googleapis/nodejs-dataproc/issues/510)) ([4706b61](https://www.github.com/googleapis/nodejs-dataproc/commit/4706b61bf928f0c6e7a2c811ff203d82da8fa2a1))
15+
* Updating WORKSPACE files to use the newest version of the Typescript generator. ([#511](https://www.github.com/googleapis/nodejs-dataproc/issues/511)) ([be8cecc](https://www.github.com/googleapis/nodejs-dataproc/commit/be8ceccc36ffa198f983b78ae7918af43d291f42))
16+
717
### [2.4.3](https://www.github.com/googleapis/nodejs-dataproc/compare/v2.4.2...v2.4.3) (2021-06-29)
818

919

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/dataproc",
33
"description": "Google Cloud Dataproc API client for Node.js",
4-
"version": "2.4.3",
4+
"version": "2.4.4",
55
"license": "Apache-2.0",
66
"author": "Google Inc",
77
"engines": {

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "mocha system-test --timeout 600000"
1515
},
1616
"dependencies": {
17-
"@google-cloud/dataproc": "^2.4.3",
17+
"@google-cloud/dataproc": "^2.4.4",
1818
"@google-cloud/storage": "^5.0.0"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)