Skip to content

Commit 27cef0c

Browse files
chore: release 5.7.1 (#987)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 16e7a4e commit 27cef0c

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/bigquery?activeTab=versions
66

7+
### [5.7.1](https://www.github.com/googleapis/nodejs-bigquery/compare/v5.7.0...v5.7.1) (2021-08-10)
8+
9+
10+
### Bug Fixes
11+
12+
* **build:** migrate to using main branch ([#986](https://www.github.com/googleapis/nodejs-bigquery/issues/986)) ([16e7a4e](https://www.github.com/googleapis/nodejs-bigquery/commit/16e7a4e36245af42a4f19048941a4dab1303f106))
13+
714
## [5.7.0](https://www.github.com/googleapis/nodejs-bigquery/compare/v5.6.0...v5.7.0) (2021-07-21)
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/bigquery",
33
"description": "Google BigQuery Client Library for Node.js",
4-
"version": "5.7.0",
4+
"version": "5.7.1",
55
"license": "Apache-2.0",
66
"author": "Google LLC",
77
"engines": {

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"test": "mocha --timeout 200000"
1717
},
1818
"dependencies": {
19-
"@google-cloud/bigquery": "^5.7.0",
19+
"@google-cloud/bigquery": "^5.7.1",
2020
"@google-cloud/storage": "^5.0.0",
2121
"google-auth-library": "^7.0.0",
2222
"readline-promise": "^1.0.4",

0 commit comments

Comments
 (0)