Skip to content

Commit 8922ceb

Browse files
yoshi-automationJustinBeckwith
authored andcommitted
chore: release 1.1.0 (#220)
* updated CHANGELOG.md * updated package.json * updated samples/package.json
1 parent a079e35 commit 8922ceb

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

packages/google-cloud-bigquery-datatransfer/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/bigquery-data-transfer?activeTab=versions
66

7+
## [1.1.0](https://www.github.com/googleapis/nodejs-bigquery-data-transfer/compare/v1.0.0...v1.1.0) (2019-06-05)
8+
9+
10+
### Features
11+
12+
* support apiEndpoint override in client constructor ([#219](https://www.github.com/googleapis/nodejs-bigquery-data-transfer/issues/219)) ([c8e6ca0](https://www.github.com/googleapis/nodejs-bigquery-data-transfer/commit/c8e6ca0))
13+
714
## [1.0.0](https://www.github.com/googleapis/nodejs-bigquery-data-transfer/compare/v0.5.1...v1.0.0) (2019-05-20)
815

916

packages/google-cloud-bigquery-datatransfer/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/bigquery-data-transfer",
33
"description": "BigQuery Data Transfer API client for Node.js",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"license": "Apache-2.0",
66
"author": "Google Inc",
77
"engines": {

packages/google-cloud-bigquery-datatransfer/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "mocha --timeout 60000"
1515
},
1616
"dependencies": {
17-
"@google-cloud/bigquery-data-transfer": "^1.0.0"
17+
"@google-cloud/bigquery-data-transfer": "^1.1.0"
1818
},
1919
"devDependencies": {
2020
"chai": "^4.2.0",

0 commit comments

Comments
 (0)