Skip to content

Commit 9084308

Browse files
JustinBeckwithcallmehiphop
authored andcommitted
Release v0.5.1 (#178)
1 parent 3f49ccb commit 9084308

File tree

3 files changed

+39
-2
lines changed

3 files changed

+39
-2
lines changed

packages/google-cloud-bigquery-datatransfer/CHANGELOG.md

+37
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,43 @@
44

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

7+
## v0.5.1
8+
9+
03-12-2019 13:53 PDT
10+
11+
This patch release contains a few bug fixes, dependency updates, and doc improvements. Enjoy!
12+
13+
### Bug Fixes
14+
- fix: throw on invalid credentials ([#167](https://github.com/googleapis/nodejs-bigquery-data-transfer/pull/167))
15+
- fix: do not require projectId for samples ([#147](https://github.com/googleapis/nodejs-bigquery-data-transfer/pull/147))
16+
17+
### Dependencies
18+
- fix(deps): update dependency google-gax to ^0.25.0 ([#158](https://github.com/googleapis/nodejs-bigquery-data-transfer/pull/158))
19+
20+
### Documentation
21+
- docs: update comments on protos ([#172](https://github.com/googleapis/nodejs-bigquery-data-transfer/pull/172))
22+
- docs: update API doc comments ([#171](https://github.com/googleapis/nodejs-bigquery-data-transfer/pull/171))
23+
- docs: update links in contrib guide ([#169](https://github.com/googleapis/nodejs-bigquery-data-transfer/pull/169))
24+
- docs: update contributing path in README ([#164](https://github.com/googleapis/nodejs-bigquery-data-transfer/pull/164))
25+
- docs: move CONTRIBUTING.md to root ([#163](https://github.com/googleapis/nodejs-bigquery-data-transfer/pull/163))
26+
- docs: add lint/fix example to contributing guide ([#160](https://github.com/googleapis/nodejs-bigquery-data-transfer/pull/160))
27+
28+
### Internal / Testing Changes
29+
- chore: update require statement code style
30+
- build: Add docuploader credentials to node publish jobs ([#175](https://github.com/googleapis/nodejs-bigquery-data-transfer/pull/175))
31+
- build: use node10 to run samples-test, system-test etc ([#174](https://github.com/googleapis/nodejs-bigquery-data-transfer/pull/174))
32+
- build: update release configuration
33+
- chore(deps): update dependency mocha to v6
34+
- build: use linkinator for docs test ([#168](https://github.com/googleapis/nodejs-bigquery-data-transfer/pull/168))
35+
- build: create docs test npm scripts ([#166](https://github.com/googleapis/nodejs-bigquery-data-transfer/pull/166))
36+
- build: test using @grpc/grpc-js in CI ([#165](https://github.com/googleapis/nodejs-bigquery-data-transfer/pull/165))
37+
- refactor: improve generated code style ([#162](https://github.com/googleapis/nodejs-bigquery-data-transfer/pull/162))
38+
- chore(deps): update dependency eslint-config-prettier to v4 ([#157](https://github.com/googleapis/nodejs-bigquery-data-transfer/pull/157))
39+
- chore: update the date in the copyright header. ([#156](https://github.com/googleapis/nodejs-bigquery-data-transfer/pull/156))
40+
- build(docs): ignore www.gstatic.com/bigquerydatatransfer link ([#152](https://github.com/googleapis/nodejs-bigquery-data-transfer/pull/152))
41+
- build: check broken links in generated docs ([#148](https://github.com/googleapis/nodejs-bigquery-data-transfer/pull/148))
42+
- nit: reordered message types
43+
744
## v0.5.0
845

946
12-21-2018 10:19 PST

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

+1-1
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": "0.5.0",
4+
"version": "0.5.1",
55
"license": "Apache-2.0",
66
"author": "Google Inc",
77
"engines": {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "mocha system-test --timeout 60000"
1515
},
1616
"dependencies": {
17-
"@google-cloud/bigquery-data-transfer": "^0.5.0"
17+
"@google-cloud/bigquery-data-transfer": "^0.5.1"
1818
},
1919
"devDependencies": {
2020
"chai": "^4.2.0",

0 commit comments

Comments
 (0)