Skip to content

Commit

Permalink
chore: release 1.0.0 (#211)
Browse files Browse the repository at this point in the history
* updated CHANGELOG.md

* updated package.json

* updated samples/package.json
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed May 20, 2019
1 parent bc71c80 commit da0efcb
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions packages/google-cloud-bigquery-datatransfer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@

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

## [1.0.0](https://www.github.com/googleapis/nodejs-bigquery-data-transfer/compare/v0.5.1...v1.0.0) (2019-05-20)


### ⚠ BREAKING CHANGES

* upgrade engines field to >=8.10.0 (#194)

### Bug Fixes

* **deps:** update dependency google-gax to ^0.26.0 ([#192](https://www.github.com/googleapis/nodejs-bigquery-data-transfer/issues/192)) ([417634a](https://www.github.com/googleapis/nodejs-bigquery-data-transfer/commit/417634a))
* DEADLINE_EXCEEDED is no longer retried ([fb87d7c](https://www.github.com/googleapis/nodejs-bigquery-data-transfer/commit/fb87d7c))
* DEADLINE_EXCEEDED retry code is idempotent ([#203](https://www.github.com/googleapis/nodejs-bigquery-data-transfer/issues/203)) ([d0ff039](https://www.github.com/googleapis/nodejs-bigquery-data-transfer/commit/d0ff039))
* **deps:** update dependency google-gax to v1 ([#202](https://www.github.com/googleapis/nodejs-bigquery-data-transfer/issues/202)) ([245cf09](https://www.github.com/googleapis/nodejs-bigquery-data-transfer/commit/245cf09))


### Build System

* upgrade engines field to >=8.10.0 ([#194](https://www.github.com/googleapis/nodejs-bigquery-data-transfer/issues/194)) ([39eca4f](https://www.github.com/googleapis/nodejs-bigquery-data-transfer/commit/39eca4f))

## v0.5.1

03-12-2019 13:53 PDT
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-bigquery-datatransfer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/bigquery-data-transfer",
"description": "BigQuery Data Transfer API client for Node.js",
"version": "0.5.1",
"version": "1.0.0",
"license": "Apache-2.0",
"author": "Google Inc",
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "mocha --timeout 60000"
},
"dependencies": {
"@google-cloud/bigquery-data-transfer": "^0.5.1"
"@google-cloud/bigquery-data-transfer": "^1.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit da0efcb

Please sign in to comment.