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

Commit

Permalink
chore(main): release 4.0.1 (#593)
Browse files Browse the repository at this point in the history
🤖 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).
  • Loading branch information
release-please[bot] authored Jun 30, 2022
1 parent 4dabe1d commit 58abc39
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 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

## [4.0.1](https://github.com/googleapis/nodejs-dataproc/compare/v4.0.0...v4.0.1) (2022-06-20)


### Bug Fixes

* **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))
* 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))

## [4.0.0](https://github.com/googleapis/nodejs-dataproc/compare/v3.2.0...v4.0.0) (2022-05-13)


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": "4.0.0",
"version": "4.0.1",
"license": "Apache-2.0",
"author": "Google Inc",
"engines": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-dataproc",
"version": "4.0.0",
"version": "4.0.1",
"language": "TYPESCRIPT",
"apis": [
{
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": "^4.0.0",
"@google-cloud/dataproc": "^4.0.1",
"@google-cloud/storage": "^6.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 58abc39

Please sign in to comment.