File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 44
55[ 1 ] : https://www.npmjs.com/package/nodejs-spanner?activeTab=versions
66
7+ ## v3.1.0
8+
9+ 03-06-2019 20:13 PST
10+
11+ ### New Features
12+ - feat(transaction): batch dml ([ #550 ] ( https://github.com/googleapis/nodejs-spanner/pull/550 ) )
13+
14+ ### Dependencies
15+ - chore(deps): update dependency @types/sinon to v7.0.9 ([ #553 ] ( https://github.com/googleapis/nodejs-spanner/pull/553 ) )
16+ - chore(deps): fix broken dep types ([ #549 ] ( https://github.com/googleapis/nodejs-spanner/pull/549 ) )
17+
18+ ### Documentation
19+ - docs: Update grammar ([ #544 ] ( https://github.com/googleapis/nodejs-spanner/pull/544 ) )
20+
21+ ### Internal / Testing Changes
22+ - chore: update proto docs and code style
23+ - chore(deps): use bundled p-queue types ([ #547 ] ( https://github.com/googleapis/nodejs-spanner/pull/547 ) )
24+ - build: update release configuration ([ #545 ] ( https://github.com/googleapis/nodejs-spanner/pull/545 ) )
25+ - build: use node10 to run samples-test, system-test etc ([ #551 ] ( https://github.com/googleapis/nodejs-spanner/pull/551 ) )
26+
727## v3.0.0
828
92902-25-2019 12:38 PST
Original file line number Diff line number Diff line change 11{
22 "name" : " @google-cloud/spanner" ,
33 "description" : " Cloud Spanner Client Library for Node.js" ,
4- "version" : " 3.0 .0" ,
4+ "version" : " 3.1 .0" ,
55 "license" : " Apache-2.0" ,
66 "author" : " Google Inc." ,
77 "engines" : {
Original file line number Diff line number Diff line change 1414 "test" : " mocha system-test --timeout 600000"
1515 },
1616 "dependencies" : {
17- "@google-cloud/spanner" : " ^3.0 .0" ,
17+ "@google-cloud/spanner" : " ^3.1 .0" ,
1818 "yargs" : " ^13.0.0"
1919 },
2020 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments