Skip to content

Commit

Permalink
chore: release 2.5.2 (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jun 30, 2021
1 parent 084e3f4 commit fb2f9c1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/google-cloud-bigquery-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [2.5.2](https://www.github.com/googleapis/nodejs-bigquery-storage/compare/v2.5.1...v2.5.2) (2021-06-30)


### Bug Fixes

* **deps:** google-gax v2.17.0 with mTLS ([#185](https://www.github.com/googleapis/nodejs-bigquery-storage/issues/185)) ([1e9b856](https://www.github.com/googleapis/nodejs-bigquery-storage/commit/1e9b8560cb3b60a60035c965ba1dabc24ad8f0c0))

### [2.5.1](https://www.github.com/googleapis/nodejs-bigquery-storage/compare/v2.5.0...v2.5.1) (2021-06-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-bigquery-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/bigquery-storage",
"version": "2.5.1",
"version": "2.5.2",
"description": "Client for the BigQuery Storage API",
"repository": "googleapis/nodejs-bigquery-storage",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "c8 mocha --timeout 600000 test/*.js"
},
"dependencies": {
"@google-cloud/bigquery-storage": "^2.5.1",
"@google-cloud/bigquery-storage": "^2.5.2",
"avsc": "^5.4.18",
"snappy": "^6.2.3"
},
Expand Down

0 comments on commit fb2f9c1

Please sign in to comment.