File tree 3 files changed +9
-2
lines changed
packages/google-cloud-bigquery-connection
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
10
### [ 1.3.5] ( https://www.github.com/googleapis/nodejs-bigquery-connection/compare/v1.3.4...v1.3.5 ) (2021-07-12)
4
11
5
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @google-cloud/bigquery-connection" ,
3
- "version" : " 1.3.5 " ,
3
+ "version" : " 1.4.0 " ,
4
4
"description" : " BigQuery Connection client for Node.js" ,
5
5
"repository" : " googleapis/nodejs-bigquery-connection" ,
6
6
"license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change 13
13
"test" : " c8 mocha --timeout 600000 test/*.js"
14
14
},
15
15
"dependencies" : {
16
- "@google-cloud/bigquery-connection" : " ^1.3.5 "
16
+ "@google-cloud/bigquery-connection" : " ^1.4.0 "
17
17
},
18
18
"devDependencies" : {
19
19
"c8" : " ^7.1.0" ,
You can’t perform that action at this time.
0 commit comments