Skip to content

Commit cca6e1f

Browse files
chore(main): release 2.0.2 (#190)
* chore(main): release 2.0.2 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 49b1bbd commit cca6e1f

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

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

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [2.0.2](https://github.com/googleapis/nodejs-bigquery-connection/compare/v2.0.1...v2.0.2) (2022-09-01)
4+
5+
6+
### Bug Fixes
7+
8+
* Allow passing gax instance to client constructor ([#192](https://github.com/googleapis/nodejs-bigquery-connection/issues/192)) ([8c0ff4f](https://github.com/googleapis/nodejs-bigquery-connection/commit/8c0ff4ff10e8f8f2d680de15f703981a769d8e38))
9+
* Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/nodejs-bigquery-connection/issues/1553)) ([#191](https://github.com/googleapis/nodejs-bigquery-connection/issues/191)) ([4442884](https://github.com/googleapis/nodejs-bigquery-connection/commit/4442884234d2e6e28659379534288839225c7091))
10+
* Remove pip install statements ([#1546](https://github.com/googleapis/nodejs-bigquery-connection/issues/1546)) ([#189](https://github.com/googleapis/nodejs-bigquery-connection/issues/189)) ([f93111c](https://github.com/googleapis/nodejs-bigquery-connection/commit/f93111c57ebfb6527a14e7af017e2c7ce379dcb8))
11+
312
## [2.0.1](https://github.com/googleapis/nodejs-bigquery-connection/compare/v2.0.0...v2.0.1) (2022-08-23)
413

514

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": "2.0.1",
3+
"version": "2.0.2",
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/generated/v1/snippet_metadata.google.cloud.bigquery.connection.v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-connection",
4-
"version": "2.0.1",
4+
"version": "2.0.2",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

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

0 commit comments

Comments
 (0)