Skip to content

Commit

Permalink
chore: release 2.5.0 (#526)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Sep 7, 2021
1 parent 0f71ac4 commit 4f22a77
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions packages/google-cloud-dataproc/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.5.0](https://www.github.com/googleapis/nodejs-dataproc/compare/v2.4.4...v2.5.0) (2021-09-07)


### Features

* remove v1beta2 API surface ([#530](https://www.github.com/googleapis/nodejs-dataproc/issues/530)) ([95592f2](https://www.github.com/googleapis/nodejs-dataproc/commit/95592f29584aa4b421e447f8bbdedaf9896371d1))
* turns on self-signed JWT feature flag ([#525](https://www.github.com/googleapis/nodejs-dataproc/issues/525)) ([e4251d8](https://www.github.com/googleapis/nodejs-dataproc/commit/e4251d8160d4dac847d0c65832685288cbf216ce))

### [2.4.4](https://www.github.com/googleapis/nodejs-dataproc/compare/v2.4.3...v2.4.4) (2021-08-17)


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": "2.4.4",
"version": "2.5.0",
"license": "Apache-2.0",
"author": "Google Inc",
"engines": {
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": "^2.4.4",
"@google-cloud/dataproc": "^2.5.0",
"@google-cloud/storage": "^5.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 4f22a77

Please sign in to comment.