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

Commit b538b83

Browse files
chore: release 3.0.0 (#533)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent b7e49aa commit b538b83

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44

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

7+
## [3.0.0](https://www.github.com/googleapis/nodejs-dataproc/compare/v2.5.0...v3.0.0) (2021-09-30)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* remove deprecated v1beta2 API (#532)
13+
14+
### Code Refactoring
15+
16+
* remove deprecated v1beta2 API ([#532](https://www.github.com/googleapis/nodejs-dataproc/issues/532)) ([2a7cd97](https://www.github.com/googleapis/nodejs-dataproc/commit/2a7cd976724874083ccc2966bcf4b28dca7cb705))
17+
718
## [2.5.0](https://www.github.com/googleapis/nodejs-dataproc/compare/v2.4.4...v2.5.0) (2021-09-07)
819

920

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/dataproc",
33
"description": "Google Cloud Dataproc API client for Node.js",
4-
"version": "2.5.0",
4+
"version": "3.0.0",
55
"license": "Apache-2.0",
66
"author": "Google Inc",
77
"engines": {

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "mocha system-test --timeout 600000"
1515
},
1616
"dependencies": {
17-
"@google-cloud/dataproc": "^2.5.0",
17+
"@google-cloud/dataproc": "^3.0.0",
1818
"@google-cloud/storage": "^5.0.0"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)