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

Commit 58abc39

Browse files
chore(main): release 4.0.1 (#593)
🤖 I have created a release *beep* *boop* --- ## [4.0.1](v4.0.0...v4.0.1) (2022-06-20) ### Bug Fixes * **deps:** update dependency @google-cloud/storage to v6 ([#592](#592)) ([54ffbec](54ffbec)) * fixes for dynamic routing and streaming descriptors ([#591](#591)) ([3d1dc28](3d1dc28)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 4dabe1d commit 58abc39

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

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

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

7+
## [4.0.1](https://github.com/googleapis/nodejs-dataproc/compare/v4.0.0...v4.0.1) (2022-06-20)
8+
9+
10+
### Bug Fixes
11+
12+
* **deps:** update dependency @google-cloud/storage to v6 ([#592](https://github.com/googleapis/nodejs-dataproc/issues/592)) ([54ffbec](https://github.com/googleapis/nodejs-dataproc/commit/54ffbec48e0ae5c07cf2cedc1231cbffcb673e93))
13+
* fixes for dynamic routing and streaming descriptors ([#591](https://github.com/googleapis/nodejs-dataproc/issues/591)) ([3d1dc28](https://github.com/googleapis/nodejs-dataproc/commit/3d1dc2820924bfdc97d24c509b967b0e55aca962))
14+
715
## [4.0.0](https://github.com/googleapis/nodejs-dataproc/compare/v3.2.0...v4.0.0) (2022-05-13)
816

917

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": "4.0.0",
4+
"version": "4.0.1",
55
"license": "Apache-2.0",
66
"author": "Google Inc",
77
"engines": {

samples/generated/v1/snippet_metadata.google.cloud.dataproc.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-dataproc",
4-
"version": "4.0.0",
4+
"version": "4.0.1",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

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": "^4.0.0",
17+
"@google-cloud/dataproc": "^4.0.1",
1818
"@google-cloud/storage": "^6.0.0"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)