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

Commit 6256d09

Browse files
chore: release 3.1.0 (#544)
🤖 I have created a release \*beep\* \*boop\* --- ## [3.1.0](https://www.github.com/googleapis/nodejs-dataproc/compare/v3.0.0...v3.1.0) (2021-10-13) ### Features * add Dataproc Serverless for Spark Batches API ([#543](https://www.github.com/googleapis/nodejs-dataproc/issues/543)) ([012b56f](https://www.github.com/googleapis/nodejs-dataproc/commit/012b56fd656b22fe555c9edafbfb9a8f20c91358)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 012b56f commit 6256d09

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

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

7+
## [3.1.0](https://www.github.com/googleapis/nodejs-dataproc/compare/v3.0.0...v3.1.0) (2021-10-13)
8+
9+
10+
### Features
11+
12+
* add Dataproc Serverless for Spark Batches API ([#543](https://www.github.com/googleapis/nodejs-dataproc/issues/543)) ([012b56f](https://www.github.com/googleapis/nodejs-dataproc/commit/012b56fd656b22fe555c9edafbfb9a8f20c91358))
13+
714
## [3.0.0](https://www.github.com/googleapis/nodejs-dataproc/compare/v2.5.0...v3.0.0) (2021-09-30)
815

916

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": "3.0.0",
4+
"version": "3.1.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": "^3.0.0",
17+
"@google-cloud/dataproc": "^3.1.0",
1818
"@google-cloud/storage": "^5.0.0"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)