Skip to content

Commit b6552e2

Browse files
chore: release 2.6.1 (#205)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent f7c6dfc commit b6552e2

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

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

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### [2.6.1](https://www.github.com/googleapis/nodejs-bigquery-storage/compare/v2.6.0...v2.6.1) (2021-09-03)
4+
5+
6+
### Bug Fixes
7+
8+
* **build:** migrate to main branch ([#204](https://www.github.com/googleapis/nodejs-bigquery-storage/issues/204)) ([759c9f0](https://www.github.com/googleapis/nodejs-bigquery-storage/commit/759c9f0442f9cec7eec94055da87b17ba7ef18ad))
9+
310
## [2.6.0](https://www.github.com/googleapis/nodejs-bigquery-storage/compare/v2.5.4...v2.6.0) (2021-08-23)
411

512

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/bigquery-storage",
3-
"version": "2.6.0",
3+
"version": "2.6.1",
44
"description": "Client for the BigQuery Storage API",
55
"repository": "googleapis/nodejs-bigquery-storage",
66
"license": "Apache-2.0",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "c8 mocha --timeout 600000 test/*.js"
1414
},
1515
"dependencies": {
16-
"@google-cloud/bigquery-storage": "^2.6.0",
16+
"@google-cloud/bigquery-storage": "^2.6.1",
1717
"avsc": "^5.4.18",
1818
"snappy": "^6.2.3"
1919
},

0 commit comments

Comments
 (0)