Skip to content

Commit 75084cf

Browse files
stephenplusplusalexander-fenster
authored andcommitted
1.1.0 (#123)
* 1.1.0
1 parent e0d8330 commit 75084cf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/spanner",
33
"description": "Cloud Spanner Client Library for Node.js",
4-
"version": "1.0.3",
4+
"version": "1.1.0",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {
@@ -58,7 +58,7 @@
5858
"ycsb": "node ./benchmark/ycsb.js run -P ./benchmark/workloada -p table=usertable -p cloudspanner.instance=ycsb-instance -p operationcount=100 -p cloudspanner.database=ycsb"
5959
},
6060
"dependencies": {
61-
"@google-cloud/common": "^0.16.0",
61+
"@google-cloud/common": "^0.16.1",
6262
"@google-cloud/common-grpc": "^0.5.0",
6363
"array-uniq": "^1.0.3",
6464
"arrify": "^1.0.1",

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "repo-tools test run --cmd npm -- run cover"
1515
},
1616
"dependencies": {
17-
"@google-cloud/spanner": "1.0.3",
17+
"@google-cloud/spanner": "1.1.0",
1818
"yargs": "10.0.3"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)