Skip to content

Commit

Permalink
chore: release 3.0.0 (#533)
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] committed Oct 6, 2021
1 parent ce737d7 commit f802be6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions packages/google-cloud-dataproc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

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

## [3.0.0](https://www.github.com/googleapis/nodejs-dataproc/compare/v2.5.0...v3.0.0) (2021-09-30)


### ⚠ BREAKING CHANGES

* remove deprecated v1beta2 API (#532)

### Code Refactoring

* remove deprecated v1beta2 API ([#532](https://www.github.com/googleapis/nodejs-dataproc/issues/532)) ([2a7cd97](https://www.github.com/googleapis/nodejs-dataproc/commit/2a7cd976724874083ccc2966bcf4b28dca7cb705))

## [2.5.0](https://www.github.com/googleapis/nodejs-dataproc/compare/v2.4.4...v2.5.0) (2021-09-07)


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

0 comments on commit f802be6

Please sign in to comment.