Skip to content

Commit 62dc898

Browse files
1 parent 808e300 commit 62dc898

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.4.0](https://www.github.com/googleapis/nodejs-bigquery-connection/compare/v1.3.5...v1.4.0) (2021-07-14)
4+
5+
6+
### Features
7+
8+
* add cloud spanner connection support ([#110](https://www.github.com/googleapis/nodejs-bigquery-connection/issues/110)) ([18924ba](https://www.github.com/googleapis/nodejs-bigquery-connection/commit/18924bade9c347ca3775ace87dc140743aea4a86))
9+
310
### [1.3.5](https://www.github.com/googleapis/nodejs-bigquery-connection/compare/v1.3.4...v1.3.5) (2021-07-12)
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.5",
3+
"version": "1.4.0",
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.5"
16+
"@google-cloud/bigquery-connection": "^1.4.0"
1717
},
1818
"devDependencies": {
1919
"c8": "^7.1.0",

0 commit comments

Comments
 (0)