Skip to content

Commit

Permalink
chore(main): release 4.1.1 (#633)
Browse files Browse the repository at this point in the history
* chore(main): release 4.1.1

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 11, 2022
1 parent 036c0aa commit 4f2da0e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions packages/google-cloud-dataproc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

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

## [4.1.1](https://github.com/googleapis/nodejs-dataproc/compare/v4.1.0...v4.1.1) (2022-11-10)


### Bug Fixes

* **deps:** Use google-gax v3.5.2 ([#631](https://github.com/googleapis/nodejs-dataproc/issues/631)) ([98d9256](https://github.com/googleapis/nodejs-dataproc/commit/98d925692bcafbf8cf03c69964d7ee2022b900a3))
* update JS and TS protos ([858535d](https://github.com/googleapis/nodejs-dataproc/commit/858535d50cf503168d3017aa5af4f960a4687db0))
* Update JS and TS protos ([#635](https://github.com/googleapis/nodejs-dataproc/issues/635)) ([858535d](https://github.com/googleapis/nodejs-dataproc/commit/858535d50cf503168d3017aa5af4f960a4687db0))

## [4.1.0](https://github.com/googleapis/nodejs-dataproc/compare/v4.0.1...v4.1.0) (2022-09-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-dataproc/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.1.0",
"version": "4.1.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.1.0",
"version": "4.1.1",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-dataproc/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.1.0",
"@google-cloud/dataproc": "^4.1.1",
"@google-cloud/storage": "^6.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 4f2da0e

Please sign in to comment.