Skip to content

Commit 5877f90

Browse files
1 parent a006d3b commit 5877f90

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

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

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

3+
### [1.3.5](https://www.github.com/googleapis/nodejs-bigquery-connection/compare/v1.3.4...v1.3.5) (2021-07-12)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** google-gax v2.17.1 ([#108](https://www.github.com/googleapis/nodejs-bigquery-connection/issues/108)) ([b94f6e6](https://www.github.com/googleapis/nodejs-bigquery-connection/commit/b94f6e69c6984ef5180f64e25eb5576d35471573))
9+
310
### [1.3.4](https://www.github.com/googleapis/nodejs-bigquery-connection/compare/v1.3.3...v1.3.4) (2021-07-01)
411

512

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/bigquery-connection",
3-
"version": "1.3.4",
3+
"version": "1.3.5",
44
"description": "BigQuery Connection client for Node.js",
55
"repository": "googleapis/nodejs-bigquery-connection",
66
"license": "Apache-2.0",

packages/google-cloud-bigquery-connection/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-connection": "^1.3.4"
16+
"@google-cloud/bigquery-connection": "^1.3.5"
1717
},
1818
"devDependencies": {
1919
"c8": "^7.1.0",

0 commit comments

Comments
 (0)