Skip to content

Commit

Permalink
chore: release 2.1.1 (#411)
Browse files Browse the repository at this point in the history
* chore: updated samples/package.json [ci skip]

* chore: updated CHANGELOG.md [ci skip]

* chore: updated package.json

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Jul 28, 2020
1 parent 0139d4d commit b95976f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/google-cloud-dataproc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

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

### [2.1.1](https://www.github.com/googleapis/nodejs-dataproc/compare/v2.1.0...v2.1.1) (2020-07-24)


### Bug Fixes

* LRO annotations for method `DiagnoseCluster`. ([#409](https://www.github.com/googleapis/nodejs-dataproc/issues/409)) ([68336ef](https://www.github.com/googleapis/nodejs-dataproc/commit/68336ef6f1d2026ac393f7d63dcd882e2c1070d5))

## [2.1.0](https://www.github.com/googleapis/nodejs-dataproc/compare/v2.0.0...v2.1.0) (2020-06-28)


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.1.0",
"version": "2.1.1",
"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.1.0",
"@google-cloud/dataproc": "^2.1.1",
"@google-cloud/storage": "^5.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit b95976f

Please sign in to comment.